#6D8E04

Color #6D8E04 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6D8E04

Tints of Olive #6D8E04

Color information

#6D8E04 (or 0x6D8E04) is unknown color: approx Olive. HEX triplet: 6D, 8E and 04. RGB value is (109,142,4). Sum of RGB (Red+Green+Blue) = 109+142+4=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8E04 is #9271FB. Grayscale: #747474. Windows color (decimal): -9597436 or 298605. OLE color: 298605.

HSL color Cylindrical-coordinate representation of color #6D8E04: hue angle of 74.35º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D8E04 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1091424-
CMYK0.2300.970.44
HSL74.35º94.52%28.63%-
HSV(B)74.35º97.18%55.69%-
XYZ1622.613.63-
YUV116.464.57122.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 42.75%
GREEN value IS 142 (55.86% from 255) = 55.69%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=42.75%
G=55.69%
B=1.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10914240.2300.970.4474.3594.5228.63
Hex6D8E4170612C4a5f1d
Octal15521642701415411213735
Binary11011011000111010010111011000011011001001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D8E04; }

 p { color: rgb(109,142,4); }

 H1.HeaderClassName
 {
   color: #6D8E04;
 }
 .AnyTagClassName
 {
   color: #6D8E04;
 }
</style>
background-color css

<style>
 a { background-color: #6D8E04; }

 a { background-color: rgb(109,142,4); }

 div.DivClassName
 {
   background-color: #6D8E04;
 }
 .BgClassName
 {
   background-color: #6D8E04;
 }
</style>
border-color css

<style>
 span { border-color: #6D8E04; }

 span { border-color: rgb(109,142,4); }

 td.TdClassName
 {
   border-color: #6D8E04;
 }
 .TagClassName
 {
   border-color: #6D8E04;
 }
</style>