#699502

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

Shades of Olive Drab #699502

Tints of Olive Drab #699502

Color information

#699502 (or 0x699502) is unknown color: approx Olive Drab. HEX triplet: 69, 95 and 02. RGB value is (105,149,2). Sum of RGB (Red+Green+Blue) = 105+149+2=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #699502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699502 is #966AFD. Grayscale: #777777. Windows color (decimal): -9857790 or 169321. OLE color: 169321.

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

Color convert

RGB1051492-
CMYK0.3000.990.42
HSL77.96º97.35%29.61%-
HSV(B)77.96º98.66%58.43%-
XYZ16.5824.53.91-
YUV119.0961.92117.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 149 (58.59% from 255) = 58.20%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=41.02%
G=58.20%
B=0.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10514920.3000.990.4277.9697.3529.61
Hex699521E0632A4e611e
Octal15122523601435211614136
Binary1101001100101011011110011000111010101001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699502; }

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

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

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

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

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

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

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

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