Html Css Color HEX #709C61 Amulet

📋 copy color: '#709C61'

red 112 ◦ green 156 ◦ blue 97

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

Shades of Amulet #709C61

Tints of Amulet #709C61

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.74%

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

R = 30.68%
G = 42.74%
B = 26.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#709C61 (or 0x709C61) is known color: Amulet. HEX triplet: 70, 9C and 61. RGB value is (112,156,97). Sum of RGB (Red+Green+Blue) = 112+156+97=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #709C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C61 is #8F639E. Grayscale: #888888. Windows color (decimal): -9397151 or 6397040. OLE color: 6397040.

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

Color convert

RGB 112 156 97 -
CMYK 0.28 0 0.38 0.39
HSL 104.75º 0.23% 0.5% -
HSV(B) 104.75º 0.38% 0.61% -
XYZ 20.73 28.08 15.64 -
YUV 136.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 112 156 97 0.28 0 0.38 0.39 104.75 0.23 0.5
Hex 70 9C 61 1C 0 26 27 69 17 32
Octal 160 234 141 34 0 46 47 151 27 62
Binary 1110000 10011100 1100001 11100 0 100110 100111 1101001 10111 110010

Color Harmonies of #709C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C61

Black with #709C61

Text Example


Text Example

White with #709C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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