#699205

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

Shades of Olive Drab #699205

Tints of Olive Drab #699205

Color information

#699205 (or 0x699205) is unknown color: approx Olive Drab. HEX triplet: 69, 92 and 05. RGB value is (105,146,5). Sum of RGB (Red+Green+Blue) = 105+146+5=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #699205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699205 is #966DFA. Grayscale: #767676. Windows color (decimal): -9858555 or 365161. OLE color: 365161.

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

Color convert

RGB1051465-
CMYK0.2800.970.43
HSL77.45º93.38%29.61%-
HSV(B)77.45º96.58%57.25%-
XYZ16.1323.573.84-
YUV117.6764.42118.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 146 (57.42% from 255) = 57.03%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=41.02%
G=57.03%
B=1.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10514650.2800.970.4377.4593.3829.61
Hex699251C0612B4d5d1e
Octal15122253401415311513536
Binary11010011001001010111100011000011010111001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699205; }

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

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

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

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

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

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

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

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