Html Css Color HEX #617C32 Dark Olive Green

📋 copy color: '#617C32'

red 97 ◦ green 124 ◦ blue 50

#617C32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #617C32

Tints of Dark Olive Green #617C32

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 value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#617C32 (or 0x617C32) is known color: 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

RGB 97 124 50 -
CMYK 0.22 0 0.60 0.51
HSL 81.89º 0.43% 0.34% -
HSV(B) 81.89º 0.6% 0.49% -
XYZ 12.71 17.19 5.66 -
YUV 107.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 97 124 50 0.22 0 0.60 0.51 81.89 0.43 0.34
Hex 61 7C 32 16 0 3C 33 52 2B 22
Octal 141 174 62 26 0 74 63 122 53 42
Binary 1100001 1111100 110010 10110 0 111100 110011 1010010 101011 100010

Color Harmonies of #617C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C32

Black with #617C32

Text Example


Text Example

White with #617C32

Text Example


Text Example

HTML Codes & Css Web 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>