Html Css Color HEX #709B66 Amulet

📋 copy color: '#709B66'

red 112 ◦ green 155 ◦ blue 102

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

Shades of Amulet #709B66

Tints of Amulet #709B66

RGB

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

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

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

R = 30.35%
G = 42.01%
B = 27.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#709B66 (or 0x709B66) is known color: Amulet. HEX triplet: 70, 9B and 66. RGB value is (112,155,102). Sum of RGB (Red+Green+Blue) = 112+155+102=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #709B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B66 is #8F6499. Grayscale: #888888. Windows color (decimal): -9397402 or 6724464. OLE color: 6724464.

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

Color convert

RGB 112 155 102 -
CMYK 0.28 0 0.34 0.39
HSL 108.68º 0.21% 0.5% -
HSV(B) 108.68º 0.34% 0.61% -
XYZ 20.8 27.85 16.85 -
YUV 136.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 112 155 102 0.28 0 0.34 0.39 108.68 0.21 0.5
Hex 70 9B 66 1C 0 22 27 6D 15 32
Octal 160 233 146 34 0 42 47 155 25 62
Binary 1110000 10011011 1100110 11100 0 100010 100111 1101101 10101 110010

Color Harmonies of #709B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B66

Black with #709B66

Text Example


Text Example

White with #709B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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