#699506

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

Shades of Olive Drab #699506

Tints of Olive Drab #699506

Color information

#699506 (or 0x699506) is unknown color: approx Olive Drab. HEX triplet: 69, 95 and 06. RGB value is (105,149,6). Sum of RGB (Red+Green+Blue) = 105+149+6=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #699506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699506 is #966AF9. Grayscale: #787878. Windows color (decimal): -9857786 or 431465. OLE color: 431465.

HSL color Cylindrical-coordinate representation of color #699506: hue angle of 78.46º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #699506 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1051496-
CMYK0.3000.960.42
HSL78.46º92.26%30.39%-
HSV(B)78.46º95.97%58.43%-
XYZ16.6124.514.03-
YUV119.5463.92117.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 149 (58.59% from 255) = 57.31%
BLUE value IS 6 (2.73% from 255) = 2.31%
R=40.38%
G=57.31%
B=2.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10514960.3000.960.4278.4692.2630.39
Hex699561E0602A4e5c1e
Octal15122563601405211613436
Binary11010011001010111011110011000001010101001110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699506; }

 p { color: rgb(105,149,6); }

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

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

 a { background-color: rgb(105,149,6); }

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

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

 span { border-color: rgb(105,149,6); }

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