#699621

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

Shades of Olive Drab #699621

Tints of Olive Drab #699621

Color information

#699621 (or 0x699621) is unknown color: approx Olive Drab. HEX triplet: 69, 96 and 21. RGB value is (105,150,33). Sum of RGB (Red+Green+Blue) = 105+150+33=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #699621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699621 is #9669DE. Grayscale: #7B7B7B. Windows color (decimal): -9857503 or 2201193. OLE color: 2201193.

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

Color convert

RGB10515033-
CMYK0.3000.780.41
HSL83.08º63.93%35.88%-
HSV(B)83.08º78%58.82%-
XYZ17.0124.935.35-
YUV123.2177.09115.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 33 (13.28% from 255) = 11.46%
R=36.46%
G=52.08%
B=11.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150330.3000.780.4183.0863.9335.88
Hex6996211E04E29534024
Octal151226413601165112310044
Binary110100110010110100001111100100111010100110100111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699621; }

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

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

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

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

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

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

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

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