Html Css Color HEX #70BB74 Fern

📋 copy color: '#70BB74'

red 112 ◦ green 187 ◦ blue 116

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

Shades of Fern #70BB74

Tints of Fern #70BB74

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.06%

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 26.99%
G = 45.06%
B = 27.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#70BB74 (or 0x70BB74) is known color: Fern. HEX triplet: 70, BB and 74. RGB value is (112,187,116). Sum of RGB (Red+Green+Blue) = 112+187+116=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB74 is #8F448B. Grayscale: #9C9C9C. Windows color (decimal): -9389196 or 7650160. OLE color: 7650160.

HSL color Cylindrical-coordinate representation of color #70BB74: hue angle of 123.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BB74 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 187 116 -
CMYK 0.40 0 0.38 0.27
HSL 123.2º 0.36% 0.59% -
HSV(B) 123.2º 0.4% 0.73% -
XYZ 27.6 40.25 22.84 -
YUV 156.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 112 187 116 0.40 0 0.38 0.27 123.2 0.36 0.59
Hex 70 BB 74 28 0 26 1B 7B 24 3B
Octal 160 273 164 50 0 46 33 173 44 73
Binary 1110000 10111011 1110100 101000 0 100110 11011 1111011 100100 111011

Color Harmonies of #70BB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB74

Black with #70BB74

Text Example


Text Example

White with #70BB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,187,116); }

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

background-color css

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

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

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

border-color css

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

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

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