Html Css Color HEX #70BA75 Fern

📋 copy color: '#70BA75'

red 112 ◦ green 186 ◦ blue 117

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

Shades of Fern #70BA75

Tints of Fern #70BA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

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

R = 26.99%
G = 44.82%
B = 28.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#70BA75 (or 0x70BA75) is known color: Fern. HEX triplet: 70, BA and 75. RGB value is (112,186,117). Sum of RGB (Red+Green+Blue) = 112+186+117=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA75 is #8F458A. Grayscale: #9C9C9C. Windows color (decimal): -9389451 or 7715440. OLE color: 7715440.

HSL color Cylindrical-coordinate representation of color #70BA75: hue angle of 124.05º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA75 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 117 -
CMYK 0.40 0 0.37 0.27
HSL 124.05º 0.35% 0.58% -
HSV(B) 124.05º 0.4% 0.73% -
XYZ 27.45 39.85 23.07 -
YUV 156.01 105.98 96.61 -
System Red Green Blue C M Y K H S L
Decimal 112 186 117 0.40 0 0.37 0.27 124.05 0.35 0.58
Hex 70 BA 75 28 0 25 1B 7C 23 3A
Octal 160 272 165 50 0 45 33 174 43 72
Binary 1110000 10111010 1110101 101000 0 100101 11011 1111100 100011 111010

Color Harmonies of #70BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA75

Black with #70BA75

Text Example


Text Example

White with #70BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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