Html Css Color HEX #70B566 Fern

📋 copy color: '#70B566'

red 112 ◦ green 181 ◦ blue 102

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

Shades of Fern #70B566

Tints of Fern #70B566

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.82%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 28.35%
G = 45.82%
B = 25.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#70B566 (or 0x70B566) is known color: Fern. HEX triplet: 70, B5 and 66. RGB value is (112,181,102). Sum of RGB (Red+Green+Blue) = 112+181+102=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #70B566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B566 is #8F4A99. Grayscale: #979797. Windows color (decimal): -9390746 or 6731120. OLE color: 6731120.

HSL color Cylindrical-coordinate representation of color #70B566: hue angle of 112.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70B566 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 102 -
CMYK 0.38 0 0.44 0.29
HSL 112.41º 0.35% 0.55% -
HSV(B) 112.41º 0.44% 0.71% -
XYZ 25.6 37.45 18.45 -
YUV 151.36 100.14 99.92 -
System Red Green Blue C M Y K H S L
Decimal 112 181 102 0.38 0 0.44 0.29 112.41 0.35 0.55
Hex 70 B5 66 26 0 2C 1D 70 23 37
Octal 160 265 146 46 0 54 35 160 43 67
Binary 1110000 10110101 1100110 100110 0 101100 11101 1110000 100011 110111

Color Harmonies of #70B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B566

Black with #70B566

Text Example


Text Example

White with #70B566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,102); }

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

background-color css

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

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

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

border-color css

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

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

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