Html Css Color HEX #70B36A Fern

📋 copy color: '#70B36A'

red 112 ◦ green 179 ◦ blue 106

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

Shades of Fern #70B36A

Tints of Fern #70B36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 28.21%
G = 45.09%
B = 26.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#70B36A (or 0x70B36A) is known color: Fern. HEX triplet: 70, B3 and 6A. RGB value is (112,179,106). Sum of RGB (Red+Green+Blue) = 112+179+106=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #70B36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B36A is #8F4C95. Grayscale: #969696. Windows color (decimal): -9391254 or 6992752. OLE color: 6992752.

HSL color Cylindrical-coordinate representation of color #70B36A: hue angle of 115.07º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70B36A is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 106 -
CMYK 0.37 0 0.41 0.30
HSL 115.07º 0.32% 0.56% -
HSV(B) 115.07º 0.41% 0.7% -
XYZ 25.4 36.73 19.39 -
YUV 150.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 112 179 106 0.37 0 0.41 0.30 115.07 0.32 0.56
Hex 70 B3 6A 25 0 29 1E 73 20 38
Octal 160 263 152 45 0 51 36 163 40 70
Binary 1110000 10110011 1101010 100101 0 101001 11110 1110011 100000 111000

Color Harmonies of #70B36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B36A

Black with #70B36A

Text Example


Text Example

White with #70B36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,106); }

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

background-color css

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

 a { background-color: rgb(112,179,106); }

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

border-color css

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

 span { border-color: rgb(112,179,106); }

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