Html Css Color HEX #70AB68 Amulet

📋 copy color: '#70AB68'

red 112 ◦ green 171 ◦ blue 104

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

Shades of Amulet #70AB68

Tints of Amulet #70AB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 28.94%
G = 44.19%
B = 26.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#70AB68 (or 0x70AB68) is known color: Amulet. HEX triplet: 70, AB and 68. RGB value is (112,171,104). Sum of RGB (Red+Green+Blue) = 112+171+104=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB68 is #8F5497. Grayscale: #919191. Windows color (decimal): -9393304 or 6859632. OLE color: 6859632.

HSL color Cylindrical-coordinate representation of color #70AB68: hue angle of 112.84º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70AB68 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 104 -
CMYK 0.35 0 0.39 0.33
HSL 112.84º 0.29% 0.54% -
HSV(B) 112.84º 0.39% 0.67% -
XYZ 23.74 33.57 18.32 -
YUV 145.72 104.45 103.95 -
System Red Green Blue C M Y K H S L
Decimal 112 171 104 0.35 0 0.39 0.33 112.84 0.29 0.54
Hex 70 AB 68 23 0 27 21 71 1D 36
Octal 160 253 150 43 0 47 41 161 35 66
Binary 1110000 10101011 1101000 100011 0 100111 100001 1110001 11101 110110

Color Harmonies of #70AB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB68

Black with #70AB68

Text Example


Text Example

White with #70AB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70AB68; }

 p { color: rgb(112,171,104); }

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

background-color css

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

 a { background-color: rgb(112,171,104); }

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

border-color css

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

 span { border-color: rgb(112,171,104); }

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