#6B872D

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

Shades of Olive Drab #6B872D

Tints of Olive Drab #6B872D

Color information

#6B872D (or 0x6B872D) is unknown color: approx Olive Drab. HEX triplet: 6B, 87 and 2D. RGB value is (107,135,45). Sum of RGB (Red+Green+Blue) = 107+135+45=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #6B872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B872D is #9478D2. Grayscale: #747474. Windows color (decimal): -9730259 or 2983787. OLE color: 2983787.

HSL color Cylindrical-coordinate representation of color #6B872D: hue angle of 78.67º degrees, saturation: 0.5, 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 #6B872D is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB10713545-
CMYK0.2100.670.47
HSL78.67º50%35.29%-
HSV(B)78.67º66.67%52.94%-
XYZ15.220.645.67-
YUV116.3787.72121.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=37.28%
G=47.04%
B=15.68%

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
Decimal107135450.2100.670.4778.675035.29
Hex6B872D150432F4f3223
Octal15320755250103571176243
Binary11010111000011110110110101010000111011111001111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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