#617932

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

Shades of Dark Olive Green #617932

Tints of Dark Olive Green #617932

Color information

#617932 (or 0x617932) is unknown color: approx Dark Olive Green. HEX triplet: 61, 79 and 32. RGB value is (97,121,50). Sum of RGB (Red+Green+Blue) = 97+121+50=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #617932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617932 is #9E86CD. Grayscale: #696969. Windows color (decimal): -10389198 or 3307873. OLE color: 3307873.

HSL color Cylindrical-coordinate representation of color #617932: hue angle of 80.28º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #617932 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB9712150-
CMYK0.2000.590.53
HSL80.28º41.52%33.53%-
HSV(B)80.28º58.68%47.45%-
XYZ12.3416.455.54-
YUV105.7396.55121.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=36.19%
G=45.15%
B=18.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97121500.2000.590.5380.2841.5233.53
Hex6179321403B35502a22
Octal1411716224073651205242
Binary110000111110011100101010001110111101011010000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617932; }

 p { color: rgb(97,121,50); }

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

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

 a { background-color: rgb(97,121,50); }

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

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

 span { border-color: rgb(97,121,50); }

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