Html Css Color HEX #70B575 Fern

📋 copy color: '#70B575'

red 112 ◦ green 181 ◦ blue 117

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

Shades of Fern #70B575

Tints of Fern #70B575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 27.32%
G = 44.15%
B = 28.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#70B575 (or 0x70B575) is known color: Fern. HEX triplet: 70, B5 and 75. RGB value is (112,181,117). Sum of RGB (Red+Green+Blue) = 112+181+117=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #70B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B575 is #8F4A8A. Grayscale: #999999. Windows color (decimal): -9390731 or 7714160. OLE color: 7714160.

HSL color Cylindrical-coordinate representation of color #70B575: hue angle of 124.35º 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 #70B575 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 117 -
CMYK 0.38 0 0.35 0.29
HSL 124.35º 0.32% 0.57% -
HSV(B) 124.35º 0.38% 0.71% -
XYZ 26.42 37.78 22.73 -
YUV 153.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 112 181 117 0.38 0 0.35 0.29 124.35 0.32 0.57
Hex 70 B5 75 26 0 23 1D 7C 20 39
Octal 160 265 165 46 0 43 35 174 40 71
Binary 1110000 10110101 1110101 100110 0 100011 11101 1111100 100000 111001

Color Harmonies of #70B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B575

Black with #70B575

Text Example


Text Example

White with #70B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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