#699112

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

Shades of Olive Drab #699112

Tints of Olive Drab #699112

Color information

#699112 (or 0x699112) is unknown color: approx Olive Drab. HEX triplet: 69, 91 and 12. RGB value is (105,145,18). Sum of RGB (Red+Green+Blue) = 105+145+18=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #699112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699112 is #966EED. Grayscale: #777777. Windows color (decimal): -9858798 or 1216873. OLE color: 1216873.

HSL color Cylindrical-coordinate representation of color #699112: hue angle of 78.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #699112 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB10514518-
CMYK0.2800.880.43
HSL78.9º77.91%31.96%-
HSV(B)78.9º87.59%56.86%-
XYZ16.0623.34.22-
YUV118.5671.25118.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 145 (57.03% from 255) = 54.10%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=39.18%
G=54.10%
B=6.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145180.2800.880.4378.977.9131.96
Hex6991121C0582B4f4e20
Octal151221223401305311711640
Binary11010011001000110010111000101100010101110011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699112; }

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

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

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

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

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

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

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

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