#69882C

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

Shades of Olive Drab #69882C

Tints of Olive Drab #69882C

Color information

#69882C (or 0x69882C) is unknown color: approx Olive Drab. HEX triplet: 69, 88 and 2C. RGB value is (105,136,44). Sum of RGB (Red+Green+Blue) = 105+136+44=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #69882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69882C is #9677D3. Grayscale: #747474. Windows color (decimal): -9861076 or 2918505. OLE color: 2918505.

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

Color convert

RGB10513644-
CMYK0.2300.680.47
HSL80.22º51.11%35.29%-
HSV(B)80.22º67.65%53.33%-
XYZ15.0820.795.6-
YUV116.2487.23119.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 44 (17.58% from 255) = 15.44%
R=36.84%
G=47.72%
B=15.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136440.2300.680.4780.2251.1135.29
Hex69882C170442F503323
Octal15121054270104571206343
Binary11010011000100010110010111010001001011111010000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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