#699212

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

Shades of Olive Drab #699212

Tints of Olive Drab #699212

Color information

#699212 (or 0x699212) is unknown color: approx Olive Drab. HEX triplet: 69, 92 and 12. RGB value is (105,146,18). Sum of RGB (Red+Green+Blue) = 105+146+18=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #699212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699212 is #966DED. Grayscale: #777777. Windows color (decimal): -9858542 or 1217129. OLE color: 1217129.

HSL color Cylindrical-coordinate representation of color #699212: hue angle of 79.22º 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 #699212 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB10514618-
CMYK0.2800.880.43
HSL79.22º78.05%32.16%-
HSV(B)79.22º87.67%57.25%-
XYZ16.2123.64.27-
YUV119.1570.92117.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 146 (57.42% from 255) = 54.28%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=39.03%
G=54.28%
B=6.69%

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
Decimal105146180.2800.880.4379.2278.0532.16
Hex6992121C0582B4f4e20
Octal151222223401305311711640
Binary11010011001001010010111000101100010101110011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699212; }

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

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

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

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

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

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

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

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