#6B872C

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

Shades of Olive Drab #6B872C

Tints of Olive Drab #6B872C

Color information

#6B872C (or 0x6B872C) is unknown color: approx Olive Drab. HEX triplet: 6B, 87 and 2C. RGB value is (107,135,44). Sum of RGB (Red+Green+Blue) = 107+135+44=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #6B872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B872C is #9478D3. Grayscale: #747474. Windows color (decimal): -9730260 or 2918251. OLE color: 2918251.

HSL color Cylindrical-coordinate representation of color #6B872C: hue angle of 78.46º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B872C is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB10713544-
CMYK0.2100.670.47
HSL78.46º50.84%35.1%-
HSV(B)78.46º67.41%52.94%-
XYZ15.1820.645.57-
YUV116.2587.22121.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=37.41%
G=47.20%
B=15.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135440.2100.670.4778.4650.8435.1
Hex6B872C150432F4e3323
Octal15320754250103571166343
Binary11010111000011110110010101010000111011111001110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,44); }

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

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

 a { background-color: rgb(107,135,44); }

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

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

 span { border-color: rgb(107,135,44); }

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