Html Css Color HEX #709B63 Amulet

📋 copy color: '#709B63'

red 112 ◦ green 155 ◦ blue 99

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

Shades of Amulet #709B63

Tints of Amulet #709B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 30.6%
G = 42.35%
B = 27.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#709B63 (or 0x709B63) is known color: Amulet. HEX triplet: 70, 9B and 63. RGB value is (112,155,99). Sum of RGB (Red+Green+Blue) = 112+155+99=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #709B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B63 is #8F649C. Grayscale: #878787. Windows color (decimal): -9397405 or 6527856. OLE color: 6527856.

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

Color convert

RGB 112 155 99 -
CMYK 0.28 0 0.36 0.39
HSL 106.07º 0.22% 0.5% -
HSV(B) 106.07º 0.36% 0.61% -
XYZ 20.66 27.79 16.08 -
YUV 135.76 107.25 111.05 -
System Red Green Blue C M Y K H S L
Decimal 112 155 99 0.28 0 0.36 0.39 106.07 0.22 0.5
Hex 70 9B 63 1C 0 24 27 6A 16 32
Octal 160 233 143 34 0 44 47 152 26 62
Binary 1110000 10011011 1100011 11100 0 100100 100111 1101010 10110 110010

Color Harmonies of #709B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B63

Black with #709B63

Text Example


Text Example

White with #709B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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