Html Css Color HEX #70996B Amulet

📋 copy color: '#70996B'

red 112 ◦ green 153 ◦ blue 107

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

Shades of Amulet #70996B

Tints of Amulet #70996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 30.11%
G = 41.13%
B = 28.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#70996B (or 0x70996B) is known color: Amulet. HEX triplet: 70, 99 and 6B. RGB value is (112,153,107). Sum of RGB (Red+Green+Blue) = 112+153+107=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #70996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70996B is #8F6694. Grayscale: #878787. Windows color (decimal): -9397909 or 7051632. OLE color: 7051632.

HSL color Cylindrical-coordinate representation of color #70996B: hue angle of 113.48º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70996B is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 107 -
CMYK 0.27 0 0.30 0.4
HSL 113.48º 0.18% 0.51% -
HSV(B) 113.48º 0.3% 0.6% -
XYZ 20.73 27.29 18.08 -
YUV 135.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 112 153 107 0.27 0 0.30 0.4 113.48 0.18 0.51
Hex 70 99 6B 1B 0 1E 28 71 12 33
Octal 160 231 153 33 0 36 50 161 22 63
Binary 1110000 10011001 1101011 11011 0 11110 101000 1110001 10010 110011

Color Harmonies of #70996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70996B

Black with #70996B

Text Example


Text Example

White with #70996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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