Html Css Color HEX #70B574 Fern

📋 copy color: '#70B574'

red 112 ◦ green 181 ◦ blue 116

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

Shades of Fern #70B574

Tints of Fern #70B574

RGB

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

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

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

R = 27.38%
G = 44.25%
B = 28.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#70B574 (or 0x70B574) is known color: Fern. HEX triplet: 70, B5 and 74. RGB value is (112,181,116). Sum of RGB (Red+Green+Blue) = 112+181+116=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #70B574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B574 is #8F4A8B. Grayscale: #999999. Windows color (decimal): -9390732 or 7648624. OLE color: 7648624.

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

Color convert

RGB 112 181 116 -
CMYK 0.38 0 0.36 0.29
HSL 123.48º 0.32% 0.57% -
HSV(B) 123.48º 0.38% 0.71% -
XYZ 26.36 37.75 22.42 -
YUV 152.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 112 181 116 0.38 0 0.36 0.29 123.48 0.32 0.57
Hex 70 B5 74 26 0 24 1D 7B 20 39
Octal 160 265 164 46 0 44 35 173 40 71
Binary 1110000 10110101 1110100 100110 0 100100 11101 1111011 100000 111001

Color Harmonies of #70B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B574

Black with #70B574

Text Example


Text Example

White with #70B574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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