Html Css Color HEX #70AB70 Fern

📋 copy color: '#70AB70'

red 112 ◦ green 171 ◦ blue 112

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

Shades of Fern #70AB70

Tints of Fern #70AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 28.35%
G = 43.29%
B = 28.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#70AB70 (or 0x70AB70) is known color: Fern. HEX triplet: 70, AB and 70. RGB value is (112,171,112). Sum of RGB (Red+Green+Blue) = 112+171+112=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB70 is #8F548F. Grayscale: #929292. Windows color (decimal): -9393296 or 7383920. OLE color: 7383920.

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

Color convert

RGB 112 171 112 -
CMYK 0.35 0 0.35 0.33
HSL 120º 0.26% 0.55% -
HSV(B) 120º 0.35% 0.67% -
XYZ 24.17 33.74 20.57 -
YUV 146.63 108.45 103.3 -
System Red Green Blue C M Y K H S L
Decimal 112 171 112 0.35 0 0.35 0.33 120 0.26 0.55
Hex 70 AB 70 23 0 23 21 78 1A 37
Octal 160 253 160 43 0 43 41 170 32 67
Binary 1110000 10101011 1110000 100011 0 100011 100001 1111000 11010 110111

Color Harmonies of #70AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB70

Black with #70AB70

Text Example


Text Example

White with #70AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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