Html Css Color HEX #617234 Dark Olive Green

📋 copy color: '#617234'

red 97 ◦ green 114 ◦ blue 52

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

Shades of Dark Olive Green #617234

Tints of Dark Olive Green #617234

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 36.88%
G = 43.35%
B = 19.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#617234 (or 0x617234) is known color: Dark Olive Green. HEX triplet: 61, 72 and 34. RGB value is (97,114,52). Sum of RGB (Red+Green+Blue) = 97+114+52=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #617234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617234 is #9E8DCB. Grayscale: #666666. Windows color (decimal): -10390988 or 3437153. OLE color: 3437153.

HSL color Cylindrical-coordinate representation of color #617234: hue angle of 76.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617234 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 52 -
CMYK 0.15 0 0.54 0.55
HSL 76.45º 0.37% 0.33% -
HSV(B) 76.45º 0.54% 0.45% -
XYZ 11.57 14.82 5.5 -
YUV 101.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 97 114 52 0.15 0 0.54 0.55 76.45 0.37 0.33
Hex 61 72 34 F 0 36 37 4C 25 21
Octal 141 162 64 17 0 66 67 114 45 41
Binary 1100001 1110010 110100 1111 0 110110 110111 1001100 100101 100001

Color Harmonies of #617234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617234

Black with #617234

Text Example


Text Example

White with #617234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617234; }

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

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

background-color css

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

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

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

border-color css

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

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

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