Html Css Color HEX #709863 Amulet

📋 copy color: '#709863'

red 112 ◦ green 152 ◦ blue 99

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

Shades of Amulet #709863

Tints of Amulet #709863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.87%

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

R = 30.85%
G = 41.87%
B = 27.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#709863 (or 0x709863) is known color: Amulet. HEX triplet: 70, 98 and 63. RGB value is (112,152,99). Sum of RGB (Red+Green+Blue) = 112+152+99=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #709863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709863 is #8F679C. Grayscale: #868686. Windows color (decimal): -9398173 or 6527088. OLE color: 6527088.

HSL color Cylindrical-coordinate representation of color #709863: hue angle of 105.28º 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 #709863 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 99 -
CMYK 0.26 0 0.35 0.40
HSL 105.28º 0.21% 0.49% -
HSV(B) 105.28º 0.35% 0.6% -
XYZ 20.16 26.8 15.92 -
YUV 134 108.25 112.31 -
System Red Green Blue C M Y K H S L
Decimal 112 152 99 0.26 0 0.35 0.40 105.28 0.21 0.49
Hex 70 98 63 1A 0 23 28 69 15 31
Octal 160 230 143 32 0 43 50 151 25 61
Binary 1110000 10011000 1100011 11010 0 100011 101000 1101001 10101 110001

Color Harmonies of #709863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709863

Black with #709863

Text Example


Text Example

White with #709863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709863; }

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

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

background-color css

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

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

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

border-color css

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

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

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