Html Css Color HEX #70986B Amulet

📋 copy color: '#70986B'

red 112 ◦ green 152 ◦ blue 107

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

Shades of Amulet #70986B

Tints of Amulet #70986B

RGB

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

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

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

R = 30.19%
G = 40.97%
B = 28.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#70986B (or 0x70986B) is known color: Amulet. HEX triplet: 70, 98 and 6B. RGB value is (112,152,107). Sum of RGB (Red+Green+Blue) = 112+152+107=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #70986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70986B is #8F6794. Grayscale: #878787. Windows color (decimal): -9398165 or 7051376. OLE color: 7051376.

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

Color convert

RGB 112 152 107 -
CMYK 0.26 0 0.30 0.40
HSL 113.33º 0.18% 0.51% -
HSV(B) 113.33º 0.3% 0.6% -
XYZ 20.56 26.96 18.03 -
YUV 134.91 112.25 111.66 -
System Red Green Blue C M Y K H S L
Decimal 112 152 107 0.26 0 0.30 0.40 113.33 0.18 0.51
Hex 70 98 6B 1A 0 1E 28 71 12 33
Octal 160 230 153 32 0 36 50 161 22 63
Binary 1110000 10011000 1101011 11010 0 11110 101000 1110001 10010 110011

Color Harmonies of #70986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70986B

Black with #70986B

Text Example


Text Example

White with #70986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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