#69872C

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

Shades of Olive Drab #69872C

Tints of Olive Drab #69872C

Color information

#69872C (or 0x69872C) is unknown color: approx Olive Drab. HEX triplet: 69, 87 and 2C. RGB value is (105,135,44). Sum of RGB (Red+Green+Blue) = 105+135+44=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #69872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69872C is #9678D3. Grayscale: #737373. Windows color (decimal): -9861332 or 2918249. OLE color: 2918249.

HSL color Cylindrical-coordinate representation of color #69872C: hue angle of 79.78º 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 #69872C is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB10513544-
CMYK0.2200.670.47
HSL79.78º50.84%35.1%-
HSV(B)79.78º67.41%52.94%-
XYZ14.9420.515.55-
YUV115.6687.56120.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 44 (17.58% from 255) = 15.49%
R=36.97%
G=47.54%
B=15.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135440.2200.670.4779.7850.8435.1
Hex69872C160432F503323
Octal15120754260103571206343
Binary11010011000011110110010110010000111011111010000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69872C; }

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

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

<style>
 a { background-color: #69872C; }

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

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

<style>
 span { border-color: #69872C; }

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

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