Html Css Color HEX #617531 Dark Olive Green

📋 copy color: '#617531'

red 97 ◦ green 117 ◦ blue 49

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

Shades of Dark Olive Green #617531

Tints of Dark Olive Green #617531

RGB

 RED value IS 97 (38.28% from 255) = 36.88%

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 36.88%
G = 44.49%
B = 18.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#617531 (or 0x617531) is known color: Dark Olive Green. HEX triplet: 61, 75 and 31. RGB value is (97,117,49). Sum of RGB (Red+Green+Blue) = 97+117+49=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #617531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617531 is #9E8ACE. Grayscale: #676767. Windows color (decimal): -10390223 or 3241313. OLE color: 3241313.

HSL color Cylindrical-coordinate representation of color #617531: hue angle of 77.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #617531 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 49 -
CMYK 0.17 0 0.58 0.54
HSL 77.65º 0.41% 0.33% -
HSV(B) 77.65º 0.58% 0.46% -
XYZ 11.85 15.49 5.27 -
YUV 103.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 97 117 49 0.17 0 0.58 0.54 77.65 0.41 0.33
Hex 61 75 31 11 0 3A 36 4E 29 21
Octal 141 165 61 21 0 72 66 116 51 41
Binary 1100001 1110101 110001 10001 0 111010 110110 1001110 101001 100001

Color Harmonies of #617531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617531

Black with #617531

Text Example


Text Example

White with #617531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617531; }

 p { color: rgb(97,117,49); }

 H1.HeaderClassName
 {
   color: #617531;
 }
 .AnyTagClassName
 {
   color: #617531;
 }
</style>

background-color css

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

 a { background-color: rgb(97,117,49); }

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

border-color css

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

 span { border-color: rgb(97,117,49); }

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