Html Css Color HEX #70B66C Fern

📋 copy color: '#70B66C'

red 112 ◦ green 182 ◦ blue 108

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

Shades of Fern #70B66C

Tints of Fern #70B66C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.27%

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

R = 27.86%
G = 45.27%
B = 26.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#70B66C (or 0x70B66C) is known color: Fern. HEX triplet: 70, B6 and 6C. RGB value is (112,182,108). Sum of RGB (Red+Green+Blue) = 112+182+108=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #70B66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B66C is #8F4993. Grayscale: #989898. Windows color (decimal): -9390484 or 7124592. OLE color: 7124592.

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

Color convert

RGB 112 182 108 -
CMYK 0.38 0 0.41 0.29
HSL 116.76º 0.34% 0.57% -
HSV(B) 116.76º 0.41% 0.71% -
XYZ 26.12 37.98 20.14 -
YUV 152.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 112 182 108 0.38 0 0.41 0.29 116.76 0.34 0.57
Hex 70 B6 6C 26 0 29 1D 75 22 39
Octal 160 266 154 46 0 51 35 165 42 71
Binary 1110000 10110110 1101100 100110 0 101001 11101 1110101 100010 111001

Color Harmonies of #70B66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B66C

Black with #70B66C

Text Example


Text Example

White with #70B66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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