#709621

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

Shades of Olive Drab #709621

Tints of Olive Drab #709621

Color information

#709621 (or 0x709621) is unknown color: approx Olive Drab. HEX triplet: 70, 96 and 21. RGB value is (112,150,33). Sum of RGB (Red+Green+Blue) = 112+150+33=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #709621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709621 is #8F69DE. Grayscale: #7D7D7D. Windows color (decimal): -9398751 or 2201200. OLE color: 2201200.

HSL color Cylindrical-coordinate representation of color #709621: hue angle of 79.49º 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 #709621 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB11215033-
CMYK0.2500.780.41
HSL79.49º63.93%35.88%-
HSV(B)79.49º78%58.82%-
XYZ17.8625.375.39-
YUV125.375.91118.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=37.97%
G=50.85%
B=11.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150330.2500.780.4179.4963.9335.88
Hex7096211904E294f4024
Octal160226413101165111710044
Binary111000010010110100001110010100111010100110011111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709621; }

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

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

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

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

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

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

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

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