Html Css Color HEX #709B61 Amulet

📋 copy color: '#709B61'

red 112 ◦ green 155 ◦ blue 97

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

Shades of Amulet #709B61

Tints of Amulet #709B61

RGB

 RED value IS 112 (44.14% from 255) = 30.77%

 GREEN value IS 155 (60.94% from 255) = 42.58%

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 30.77%
G = 42.58%
B = 26.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#709B61 (or 0x709B61) is known color: Amulet. HEX triplet: 70, 9B and 61. RGB value is (112,155,97). Sum of RGB (Red+Green+Blue) = 112+155+97=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #709B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B61 is #8F649E. Grayscale: #878787. Windows color (decimal): -9397407 or 6396784. OLE color: 6396784.

HSL color Cylindrical-coordinate representation of color #709B61: hue angle of 104.48º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #709B61 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 97 -
CMYK 0.28 0 0.37 0.39
HSL 104.48º 0.23% 0.49% -
HSV(B) 104.48º 0.37% 0.61% -
XYZ 20.56 27.75 15.58 -
YUV 135.53 106.25 111.22 -
System Red Green Blue C M Y K H S L
Decimal 112 155 97 0.28 0 0.37 0.39 104.48 0.23 0.49
Hex 70 9B 61 1C 0 25 27 68 17 31
Octal 160 233 141 34 0 45 47 150 27 61
Binary 1110000 10011011 1100001 11100 0 100101 100111 1101000 10111 110001

Color Harmonies of #709B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B61

Black with #709B61

Text Example


Text Example

White with #709B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709B61; }

 p { color: rgb(112,155,97); }

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

background-color css

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

 a { background-color: rgb(112,155,97); }

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

border-color css

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

 span { border-color: rgb(112,155,97); }

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