Html Css Color HEX #709963 Amulet

📋 copy color: '#709963'

red 112 ◦ green 153 ◦ blue 99

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

Shades of Amulet #709963

Tints of Amulet #709963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

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

R = 30.77%
G = 42.03%
B = 27.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#709963 (or 0x709963) is known color: Amulet. HEX triplet: 70, 99 and 63. RGB value is (112,153,99). Sum of RGB (Red+Green+Blue) = 112+153+99=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #709963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709963 is #8F669C. Grayscale: #868686. Windows color (decimal): -9397917 or 6527344. OLE color: 6527344.

HSL color Cylindrical-coordinate representation of color #709963: hue angle of 105.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709963 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 99 -
CMYK 0.27 0 0.35 0.4
HSL 105.56º 0.21% 0.49% -
HSV(B) 105.56º 0.35% 0.6% -
XYZ 20.33 27.13 15.97 -
YUV 134.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 112 153 99 0.27 0 0.35 0.4 105.56 0.21 0.49
Hex 70 99 63 1B 0 23 28 6A 15 31
Octal 160 231 143 33 0 43 50 152 25 61
Binary 1110000 10011001 1100011 11011 0 100011 101000 1101010 10101 110001

Color Harmonies of #709963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709963

Black with #709963

Text Example


Text Example

White with #709963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709963; }

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

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

background-color css

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

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

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

border-color css

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

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

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