#6D7008

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

Shades of Olive #6D7008

Tints of Olive #6D7008

Color information

#6D7008 (or 0x6D7008) is unknown color: approx Olive. HEX triplet: 6D, 70 and 08. RGB value is (109,112,8). Sum of RGB (Red+Green+Blue) = 109+112+8=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7008 is #928FF7. Grayscale: #636363. Windows color (decimal): -9605112 or 553069. OLE color: 553069.

HSL color Cylindrical-coordinate representation of color #6D7008: hue angle of 61.73º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D7008 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB1091128-
CMYK0.0300.930.56
HSL61.73º86.67%23.53%-
HSV(B)61.73º92.86%43.92%-
XYZ12.1414.862.46-
YUV99.2576.51134.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.60%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=47.60%
G=48.91%
B=3.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10911280.0300.930.5661.7386.6723.53
Hex6D708305D383e5718
Octal1551601030135707612730
Binary1101101111000010001101011101111000111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,8); }

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

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

 a { background-color: rgb(109,112,8); }

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

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

 span { border-color: rgb(109,112,8); }

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