Html Css Color HEX #70B166 Fern

📋 copy color: '#70B166'

red 112 ◦ green 177 ◦ blue 102

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

Shades of Fern #70B166

Tints of Fern #70B166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.27%

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

R = 28.64%
G = 45.27%
B = 26.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#70B166 (or 0x70B166) is known color: Fern. HEX triplet: 70, B1 and 66. RGB value is (112,177,102). Sum of RGB (Red+Green+Blue) = 112+177+102=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #70B166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B166 is #8F4E99. Grayscale: #959595. Windows color (decimal): -9391770 or 6730096. OLE color: 6730096.

HSL color Cylindrical-coordinate representation of color #70B166: hue angle of 112º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70B166 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 177 102 -
CMYK 0.37 0 0.42 0.31
HSL 112º 0.32% 0.55% -
HSV(B) 112º 0.42% 0.69% -
XYZ 24.8 35.85 18.18 -
YUV 149.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 112 177 102 0.37 0 0.42 0.31 112 0.32 0.55
Hex 70 B1 66 25 0 2A 1F 70 20 37
Octal 160 261 146 45 0 52 37 160 40 67
Binary 1110000 10110001 1100110 100101 0 101010 11111 1110000 100000 110111

Color Harmonies of #70B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B166

Black with #70B166

Text Example


Text Example

White with #70B166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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