Html Css Color HEX #709C66 Amulet

📋 copy color: '#709C66'

red 112 ◦ green 156 ◦ blue 102

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

Shades of Amulet #709C66

Tints of Amulet #709C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 30.27%
G = 42.16%
B = 27.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#709C66 (or 0x709C66) is known color: Amulet. HEX triplet: 70, 9C and 66. RGB value is (112,156,102). Sum of RGB (Red+Green+Blue) = 112+156+102=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #709C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C66 is #8F6399. Grayscale: #888888. Windows color (decimal): -9397146 or 6724720. OLE color: 6724720.

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

Color convert

RGB 112 156 102 -
CMYK 0.28 0 0.35 0.39
HSL 108.89º 0.21% 0.51% -
HSV(B) 108.89º 0.35% 0.61% -
XYZ 20.97 28.18 16.9 -
YUV 136.69 108.42 110.39 -
System Red Green Blue C M Y K H S L
Decimal 112 156 102 0.28 0 0.35 0.39 108.89 0.21 0.51
Hex 70 9C 66 1C 0 23 27 6D 15 33
Octal 160 234 146 34 0 43 47 155 25 63
Binary 1110000 10011100 1100110 11100 0 100011 100111 1101101 10101 110011

Color Harmonies of #709C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C66

Black with #709C66

Text Example


Text Example

White with #709C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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