#6C872F

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

Shades of Olive Drab #6C872F

Tints of Olive Drab #6C872F

Color information

#6C872F (or 0x6C872F) is unknown color: approx Olive Drab. HEX triplet: 6C, 87 and 2F. RGB value is (108,135,47). Sum of RGB (Red+Green+Blue) = 108+135+47=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #6C872F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C872F is #9378D0. Grayscale: #757575. Windows color (decimal): -9664721 or 3114860. OLE color: 3114860.

HSL color Cylindrical-coordinate representation of color #6C872F: hue angle of 78.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C872F is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB10813547-
CMYK0.200.650.47
HSL78.41º48.35%35.69%-
HSV(B)78.41º65.19%52.94%-
XYZ15.3620.725.88-
YUV116.988.55121.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=37.24%
G=46.55%
B=16.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108135470.200.650.4778.4148.3535.69
Hex6C872F140412F4e3024
Octal15420757240101571166044
Binary11011001000011110111110100010000011011111001110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,135,47); }

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

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

 a { background-color: rgb(108,135,47); }

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

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

 span { border-color: rgb(108,135,47); }

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