#69882F

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

Shades of Olive Drab #69882F

Tints of Olive Drab #69882F

Color information

#69882F (or 0x69882F) is unknown color: approx Olive Drab. HEX triplet: 69, 88 and 2F. RGB value is (105,136,47). Sum of RGB (Red+Green+Blue) = 105+136+47=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #69882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69882F is #9677D0. Grayscale: #747474. Windows color (decimal): -9861073 or 3115113. OLE color: 3115113.

HSL color Cylindrical-coordinate representation of color #69882F: hue angle of 80.9º degrees, saturation: 0.49, 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 #69882F is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB10513647-
CMYK0.2300.650.47
HSL80.9º48.63%35.88%-
HSV(B)80.9º65.44%53.33%-
XYZ15.1420.825.91-
YUV116.5888.73119.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=36.46%
G=47.22%
B=16.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136470.2300.650.4780.948.6335.88
Hex69882F170412F513124
Octal15121057270101571216144
Binary11010011000100010111110111010000011011111010001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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