Html Css Color HEX #709768 Amulet

📋 copy color: '#709768'

red 112 ◦ green 151 ◦ blue 104

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

Shades of Amulet #709768

Tints of Amulet #709768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.34%

R = 30.52%
G = 41.14%
B = 28.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#709768 (or 0x709768) is known color: Amulet. HEX triplet: 70, 97 and 68. RGB value is (112,151,104). Sum of RGB (Red+Green+Blue) = 112+151+104=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #709768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709768 is #8F6897. Grayscale: #868686. Windows color (decimal): -9398424 or 6854512. OLE color: 6854512.

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

Color convert

RGB 112 151 104 -
CMYK 0.26 0 0.31 0.41
HSL 109.79º 0.18% 0.5% -
HSV(B) 109.79º 0.31% 0.59% -
XYZ 20.25 26.58 17.16 -
YUV 133.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 112 151 104 0.26 0 0.31 0.41 109.79 0.18 0.5
Hex 70 97 68 1A 0 1F 29 6E 12 32
Octal 160 227 150 32 0 37 51 156 22 62
Binary 1110000 10010111 1101000 11010 0 11111 101001 1101110 10010 110010

Color Harmonies of #709768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709768

Black with #709768

Text Example


Text Example

White with #709768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709768; }

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

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

background-color css

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

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

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

border-color css

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

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

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