Html Css Color HEX #76B970 Fern

📋 copy color: '#76B970'

red 118 ◦ green 185 ◦ blue 112

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

Shades of Fern #76B970

Tints of Fern #76B970

RGB

 RED value IS 118 (46.48% from 255) = 28.43%

 GREEN value IS 185 (72.66% from 255) = 44.58%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 28.43%
G = 44.58%
B = 26.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#76B970 (or 0x76B970) is known color: Fern. HEX triplet: 76, B9 and 70. RGB value is (118,185,112). Sum of RGB (Red+Green+Blue) = 118+185+112=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #76B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B970 is #89468F. Grayscale: #9C9C9C. Windows color (decimal): -8996496 or 7387510. OLE color: 7387510.

HSL color Cylindrical-coordinate representation of color #76B970: hue angle of 115.07º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76B970 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 185 112 -
CMYK 0.36 0 0.39 0.27
HSL 115.07º 0.34% 0.58% -
HSV(B) 115.07º 0.39% 0.73% -
XYZ 27.74 39.72 21.53 -
YUV 156.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 118 185 112 0.36 0 0.39 0.27 115.07 0.34 0.58
Hex 76 B9 70 24 0 27 1B 73 22 3A
Octal 166 271 160 44 0 47 33 163 42 72
Binary 1110110 10111001 1110000 100100 0 100111 11011 1110011 100010 111010

Color Harmonies of #76B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B970

Black with #76B970

Text Example


Text Example

White with #76B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B970; }

 p { color: rgb(118,185,112); }

 H1.HeaderClassName
 {
   color: #76B970;
 }
 .AnyTagClassName
 {
   color: #76B970;
 }
</style>

background-color css

<style>
 a { background-color: #76B970; }

 a { background-color: rgb(118,185,112); }

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

border-color css

<style>
 span { border-color: #76B970; }

 span { border-color: rgb(118,185,112); }

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