Html Css Color HEX #70B875 Fern

📋 copy color: '#70B875'

red 112 ◦ green 184 ◦ blue 117

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

Shades of Fern #70B875

Tints of Fern #70B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.55%

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

R = 27.12%
G = 44.55%
B = 28.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#70B875 (or 0x70B875) is known color: Fern. HEX triplet: 70, B8 and 75. RGB value is (112,184,117). Sum of RGB (Red+Green+Blue) = 112+184+117=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #70B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B875 is #8F478A. Grayscale: #9B9B9B. Windows color (decimal): -9389963 or 7714928. OLE color: 7714928.

HSL color Cylindrical-coordinate representation of color #70B875: hue angle of 124.17º degrees, saturation: 0.34, 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 #70B875 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 117 -
CMYK 0.39 0 0.36 0.28
HSL 124.17º 0.34% 0.58% -
HSV(B) 124.17º 0.39% 0.72% -
XYZ 27.03 39.01 22.93 -
YUV 154.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 112 184 117 0.39 0 0.36 0.28 124.17 0.34 0.58
Hex 70 B8 75 27 0 24 1C 7C 22 3A
Octal 160 270 165 47 0 44 34 174 42 72
Binary 1110000 10111000 1110101 100111 0 100100 11100 1111100 100010 111010

Color Harmonies of #70B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B875

Black with #70B875

Text Example


Text Example

White with #70B875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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