Html Css Color HEX #70B774 Fern

📋 copy color: '#70B774'

red 112 ◦ green 183 ◦ blue 116

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

Shades of Fern #70B774

Tints of Fern #70B774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.53%

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

R = 27.25%
G = 44.53%
B = 28.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#70B774 (or 0x70B774) is known color: Fern. HEX triplet: 70, B7 and 74. RGB value is (112,183,116). Sum of RGB (Red+Green+Blue) = 112+183+116=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #70B774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B774 is #8F488B. Grayscale: #9A9A9A. Windows color (decimal): -9390220 or 7649136. OLE color: 7649136.

HSL color Cylindrical-coordinate representation of color #70B774: hue angle of 123.38º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B774 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 116 -
CMYK 0.39 0 0.37 0.28
HSL 123.38º 0.33% 0.58% -
HSV(B) 123.38º 0.39% 0.72% -
XYZ 26.77 38.57 22.56 -
YUV 154.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 112 183 116 0.39 0 0.37 0.28 123.38 0.33 0.58
Hex 70 B7 74 27 0 25 1C 7B 21 3A
Octal 160 267 164 47 0 45 34 173 41 72
Binary 1110000 10110111 1110100 100111 0 100101 11100 1111011 100001 111010

Color Harmonies of #70B774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B774

Black with #70B774

Text Example


Text Example

White with #70B774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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