#69912D

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

Shades of Olive Drab #69912D

Tints of Olive Drab #69912D

Color information

#69912D (or 0x69912D) is unknown color: approx Olive Drab. HEX triplet: 69, 91 and 2D. RGB value is (105,145,45). Sum of RGB (Red+Green+Blue) = 105+145+45=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #69912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69912D is #966ED2. Grayscale: #7A7A7A. Windows color (decimal): -9858771 or 2986345. OLE color: 2986345.

HSL color Cylindrical-coordinate representation of color #69912D: hue angle of 84º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69912D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB10514545-
CMYK0.2800.690.43
HSL84º52.63%37.25%-
HSV(B)84º68.97%56.86%-
XYZ16.4223.446.14-
YUV121.6484.75116.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=35.59%
G=49.15%
B=15.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145450.2800.690.438452.6337.25
Hex69912D1C0452B543525
Octal15122155340105531246545
Binary11010011001000110110111100010001011010111010100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69912D; }

 p { color: rgb(105,145,45); }

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

<style>
 a { background-color: #69912D; }

 a { background-color: rgb(105,145,45); }

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

<style>
 span { border-color: #69912D; }

 span { border-color: rgb(105,145,45); }

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