Html Css Color HEX #70C078 Fern

📋 copy color: '#70C078'

red 112 ◦ green 192 ◦ blue 120

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

Shades of Fern #70C078

Tints of Fern #70C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

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

R = 26.42%
G = 45.28%
B = 28.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#70C078 (or 0x70C078) is known color: Fern. HEX triplet: 70, C0 and 78. RGB value is (112,192,120). Sum of RGB (Red+Green+Blue) = 112+192+120=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #70C078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C078 is #8F3F87. Grayscale: #A0A0A0. Windows color (decimal): -9387912 or 7913584. OLE color: 7913584.

HSL color Cylindrical-coordinate representation of color #70C078: hue angle of 126º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C078 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 192 120 -
CMYK 0.42 0 0.38 0.25
HSL 126º 0.39% 0.6% -
HSV(B) 126º 0.42% 0.75% -
XYZ 28.92 42.5 24.45 -
YUV 159.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 112 192 120 0.42 0 0.38 0.25 126 0.39 0.6
Hex 70 C0 78 2A 0 26 19 7E 27 3C
Octal 160 300 170 52 0 46 31 176 47 74
Binary 1110000 11000000 1111000 101010 0 100110 11001 1111110 100111 111100

Color Harmonies of #70C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C078

Black with #70C078

Text Example


Text Example

White with #70C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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