Html Css Color HEX #76BF70 Fern

📋 copy color: '#76BF70'

red 118 ◦ green 191 ◦ blue 112

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

Shades of Fern #76BF70

Tints of Fern #76BF70

RGB

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

 GREEN value IS 191 (75% from 255) = 45.37%

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

R = 28.03%
G = 45.37%
B = 26.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#76BF70 (or 0x76BF70) is known color: Fern. HEX triplet: 76, BF and 70. RGB value is (118,191,112). Sum of RGB (Red+Green+Blue) = 118+191+112=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF70 is #89408F. Grayscale: #A0A0A0. Windows color (decimal): -8994960 or 7389046. OLE color: 7389046.

HSL color Cylindrical-coordinate representation of color #76BF70: hue angle of 115.44º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76BF70 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 112 -
CMYK 0.38 0 0.41 0.25
HSL 115.44º 0.38% 0.59% -
HSV(B) 115.44º 0.41% 0.75% -
XYZ 29.03 42.28 21.96 -
YUV 160.17 100.82 97.92 -
System Red Green Blue C M Y K H S L
Decimal 118 191 112 0.38 0 0.41 0.25 115.44 0.38 0.59
Hex 76 BF 70 26 0 29 19 73 26 3B
Octal 166 277 160 46 0 51 31 163 46 73
Binary 1110110 10111111 1110000 100110 0 101001 11001 1110011 100110 111011

Color Harmonies of #76BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF70

Black with #76BF70

Text Example


Text Example

White with #76BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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