Html Css Color HEX #617434 Dark Olive Green

📋 copy color: '#617434'

red 97 ◦ green 116 ◦ blue 52

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

Shades of Dark Olive Green #617434

Tints of Dark Olive Green #617434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 36.6%
G = 43.77%
B = 19.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#617434 (or 0x617434) is known color: Dark Olive Green. HEX triplet: 61, 74 and 34. RGB value is (97,116,52). Sum of RGB (Red+Green+Blue) = 97+116+52=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #617434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617434 is #9E8BCB. Grayscale: #676767. Windows color (decimal): -10390476 or 3437665. OLE color: 3437665.

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

Color convert

RGB 97 116 52 -
CMYK 0.16 0 0.55 0.55
HSL 77.81º 0.38% 0.33% -
HSV(B) 77.81º 0.55% 0.45% -
XYZ 11.79 15.28 5.58 -
YUV 103.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 97 116 52 0.16 0 0.55 0.55 77.81 0.38 0.33
Hex 61 74 34 10 0 37 37 4E 26 21
Octal 141 164 64 20 0 67 67 116 46 41
Binary 1100001 1110100 110100 10000 0 110111 110111 1001110 100110 100001

Color Harmonies of #617434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617434

Black with #617434

Text Example


Text Example

White with #617434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617434; }

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

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

background-color css

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

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

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

border-color css

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

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

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