#699620

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

Shades of Olive Drab #699620

Tints of Olive Drab #699620

Color information

#699620 (or 0x699620) is unknown color: approx Olive Drab. HEX triplet: 69, 96 and 20. RGB value is (105,150,32). Sum of RGB (Red+Green+Blue) = 105+150+32=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #699620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699620 is #9669DF. Grayscale: #7B7B7B. Windows color (decimal): -9857504 or 2135657. OLE color: 2135657.

HSL color Cylindrical-coordinate representation of color #699620: hue angle of 82.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #699620 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB10515032-
CMYK0.3000.790.41
HSL82.88º64.84%35.69%-
HSV(B)82.88º78.67%58.82%-
XYZ16.9924.925.28-
YUV123.0976.59115.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 32 (12.89% from 255) = 11.15%
R=36.59%
G=52.26%
B=11.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150320.3000.790.4182.8864.8435.69
Hex6996201E04F29534124
Octal151226403601175112310144
Binary110100110010110100000111100100111110100110100111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699620; }

 p { color: rgb(105,150,32); }

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

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

 a { background-color: rgb(105,150,32); }

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

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

 span { border-color: rgb(105,150,32); }

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