#617934

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

Shades of Dark Olive Green #617934

Tints of Dark Olive Green #617934

Color information

#617934 (or 0x617934) is unknown color: approx Dark Olive Green. HEX triplet: 61, 79 and 34. RGB value is (97,121,52). Sum of RGB (Red+Green+Blue) = 97+121+52=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #617934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617934 is #9E86CB. Grayscale: #6A6A6A. Windows color (decimal): -10389196 or 3438945. OLE color: 3438945.

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

Color convert

RGB9712152-
CMYK0.2000.570.53
HSL80.87º39.88%33.92%-
HSV(B)80.87º57.02%47.45%-
XYZ12.3916.465.77-
YUV105.9697.55121.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=35.93%
G=44.81%
B=19.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97121520.2000.570.5380.8739.8833.92
Hex6179341403935512822
Octal1411716424071651215042
Binary110000111110011101001010001110011101011010001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617934; }

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

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

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

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

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

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

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

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