Html Css Color HEX #70B76C Fern

📋 copy color: '#70B76C'

red 112 ◦ green 183 ◦ blue 108

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

Shades of Fern #70B76C

Tints of Fern #70B76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 27.79%
G = 45.41%
B = 26.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#70B76C (or 0x70B76C) is known color: Fern. HEX triplet: 70, B7 and 6C. RGB value is (112,183,108). Sum of RGB (Red+Green+Blue) = 112+183+108=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #70B76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B76C is #8F4893. Grayscale: #999999. Windows color (decimal): -9390228 or 7124848. OLE color: 7124848.

HSL color Cylindrical-coordinate representation of color #70B76C: hue angle of 116.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70B76C is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 108 -
CMYK 0.39 0 0.41 0.28
HSL 116.8º 0.34% 0.57% -
HSV(B) 116.8º 0.41% 0.72% -
XYZ 26.32 38.39 20.21 -
YUV 153.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 112 183 108 0.39 0 0.41 0.28 116.8 0.34 0.57
Hex 70 B7 6C 27 0 29 1C 75 22 39
Octal 160 267 154 47 0 51 34 165 42 71
Binary 1110000 10110111 1101100 100111 0 101001 11100 1110101 100010 111001

Color Harmonies of #70B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B76C

Black with #70B76C

Text Example


Text Example

White with #70B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,108); }

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

background-color css

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

 a { background-color: rgb(112,183,108); }

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

border-color css

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

 span { border-color: rgb(112,183,108); }

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