Html Css Color HEX #709766 Amulet

📋 copy color: '#709766'

red 112 ◦ green 151 ◦ blue 102

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

Shades of Amulet #709766

Tints of Amulet #709766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

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

R = 30.68%
G = 41.37%
B = 27.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#709766 (or 0x709766) is known color: Amulet. HEX triplet: 70, 97 and 66. RGB value is (112,151,102). Sum of RGB (Red+Green+Blue) = 112+151+102=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #709766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709766 is #8F6899. Grayscale: #858585. Windows color (decimal): -9398426 or 6723440. OLE color: 6723440.

HSL color Cylindrical-coordinate representation of color #709766: hue angle of 107.76º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #709766 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 102 -
CMYK 0.26 0 0.32 0.41
HSL 107.76º 0.19% 0.5% -
HSV(B) 107.76º 0.32% 0.59% -
XYZ 20.15 26.54 16.63 -
YUV 133.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 112 151 102 0.26 0 0.32 0.41 107.76 0.19 0.5
Hex 70 97 66 1A 0 20 29 6C 13 32
Octal 160 227 146 32 0 40 51 154 23 62
Binary 1110000 10010111 1100110 11010 0 100000 101001 1101100 10011 110010

Color Harmonies of #709766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709766

Black with #709766

Text Example


Text Example

White with #709766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709766; }

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

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

background-color css

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

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

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

border-color css

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

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

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