Html Css Color HEX #617334 Dark Olive Green

📋 copy color: '#617334'

red 97 ◦ green 115 ◦ blue 52

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

Shades of Dark Olive Green #617334

Tints of Dark Olive Green #617334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

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

R = 36.74%
G = 43.56%
B = 19.7%

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

#617334 (or 0x617334) is known color: Dark Olive Green. HEX triplet: 61, 73 and 34. RGB value is (97,115,52). Sum of RGB (Red+Green+Blue) = 97+115+52=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #617334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617334 is #9E8CCB. Grayscale: #666666. Windows color (decimal): -10390732 or 3437409. OLE color: 3437409.

HSL color Cylindrical-coordinate representation of color #617334: hue angle of 77.14º 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 #617334 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 115 52 -
CMYK 0.16 0 0.55 0.55
HSL 77.14º 0.38% 0.33% -
HSV(B) 77.14º 0.55% 0.45% -
XYZ 11.68 15.05 5.54 -
YUV 102.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 97 115 52 0.16 0 0.55 0.55 77.14 0.38 0.33
Hex 61 73 34 10 0 37 37 4D 26 21
Octal 141 163 64 20 0 67 67 115 46 41
Binary 1100001 1110011 110100 10000 0 110111 110111 1001101 100110 100001

Color Harmonies of #617334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617334

Black with #617334

Text Example


Text Example

White with #617334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617334; }

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

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

background-color css

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

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

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

border-color css

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

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

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