Html Css Color HEX #70B77C Fern

📋 copy color: '#70B77C'

red 112 ◦ green 183 ◦ blue 124

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

Shades of Fern #70B77C

Tints of Fern #70B77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 26.73%
G = 43.68%
B = 29.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#70B77C (or 0x70B77C) is known color: Fern. HEX triplet: 70, B7 and 7C. RGB value is (112,183,124). Sum of RGB (Red+Green+Blue) = 112+183+124=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #70B77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B77C is #8F4883. Grayscale: #9B9B9B. Windows color (decimal): -9390212 or 8173424. OLE color: 8173424.

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

Color convert

RGB 112 183 124 -
CMYK 0.39 0 0.32 0.28
HSL 130.14º 0.33% 0.58% -
HSV(B) 130.14º 0.39% 0.72% -
XYZ 27.25 38.77 25.12 -
YUV 155.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 112 183 124 0.39 0 0.32 0.28 130.14 0.33 0.58
Hex 70 B7 7C 27 0 20 1C 82 21 3A
Octal 160 267 174 47 0 40 34 202 41 72
Binary 1110000 10110111 1111100 100111 0 100000 11100 10000010 100001 111010

Color Harmonies of #70B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B77C

Black with #70B77C

Text Example


Text Example

White with #70B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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