#617C32

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

Shades of Dark Olive Green #617C32

Tints of Dark Olive Green #617C32

Color information

#617C32 (or 0x617C32) is unknown color: approx Dark Olive Green. HEX triplet: 61, 7C and 32. RGB value is (97,124,50). Sum of RGB (Red+Green+Blue) = 97+124+50=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #617C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C32 is #9E83CD. Grayscale: #6B6B6B. Windows color (decimal): -10388430 or 3308641. OLE color: 3308641.

HSL color Cylindrical-coordinate representation of color #617C32: hue angle of 81.89º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #617C32 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB9712450-
CMYK0.2200.600.51
HSL81.89º42.53%34.12%-
HSV(B)81.89º59.68%48.63%-
XYZ12.7117.195.66-
YUV107.4995.55120.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 124 (48.83% from 255) = 45.76%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=35.79%
G=45.76%
B=18.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97124500.2200.600.5181.8942.5334.12
Hex617C321603C33522b22
Octal1411746226074631225342
Binary110000111111001100101011001111001100111010010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617C32; }

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

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

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

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

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

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

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

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