Html Css Color HEX #70B078 Fern

📋 copy color: '#70B078'

red 112 ◦ green 176 ◦ blue 120

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

Shades of Fern #70B078

Tints of Fern #70B078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 27.45%
G = 43.14%
B = 29.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#70B078 (or 0x70B078) is known color: Fern. HEX triplet: 70, B0 and 78. RGB value is (112,176,120). Sum of RGB (Red+Green+Blue) = 112+176+120=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #70B078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B078 is #8F4F87. Grayscale: #969696. Windows color (decimal): -9392008 or 7909488. OLE color: 7909488.

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

Color convert

RGB 112 176 120 -
CMYK 0.36 0 0.32 0.31
HSL 127.5º 0.29% 0.56% -
HSV(B) 127.5º 0.36% 0.69% -
XYZ 25.6 35.85 23.34 -
YUV 150.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 112 176 120 0.36 0 0.32 0.31 127.5 0.29 0.56
Hex 70 B0 78 24 0 20 1F 80 1D 38
Octal 160 260 170 44 0 40 37 200 35 70
Binary 1110000 10110000 1111000 100100 0 100000 11111 10000000 11101 111000

Color Harmonies of #70B078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B078

Black with #70B078

Text Example


Text Example

White with #70B078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,176,120); }

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

background-color css

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

 a { background-color: rgb(112,176,120); }

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

border-color css

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

 span { border-color: rgb(112,176,120); }

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