Html Css Color HEX #70B366 Fern

📋 copy color: '#70B366'

red 112 ◦ green 179 ◦ blue 102

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

Shades of Fern #70B366

Tints of Fern #70B366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 28.5%
G = 45.55%
B = 25.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#70B366 (or 0x70B366) is known color: Fern. HEX triplet: 70, B3 and 66. RGB value is (112,179,102). Sum of RGB (Red+Green+Blue) = 112+179+102=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #70B366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B366 is #8F4C99. Grayscale: #969696. Windows color (decimal): -9391258 or 6730608. OLE color: 6730608.

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

Color convert

RGB 112 179 102 -
CMYK 0.37 0 0.43 0.30
HSL 112.21º 0.34% 0.55% -
HSV(B) 112.21º 0.43% 0.7% -
XYZ 25.2 36.64 18.32 -
YUV 150.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 112 179 102 0.37 0 0.43 0.30 112.21 0.34 0.55
Hex 70 B3 66 25 0 2B 1E 70 22 37
Octal 160 263 146 45 0 53 36 160 42 67
Binary 1110000 10110011 1100110 100101 0 101011 11110 1110000 100010 110111

Color Harmonies of #70B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B366

Black with #70B366

Text Example


Text Example

White with #70B366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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