Html Css Color HEX #76BE70 Fern

📋 copy color: '#76BE70'

red 118 ◦ green 190 ◦ blue 112

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

Shades of Fern #76BE70

Tints of Fern #76BE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.24%

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

R = 28.1%
G = 45.24%
B = 26.67%

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

#76BE70 (or 0x76BE70) is known color: Fern. HEX triplet: 76, BE and 70. RGB value is (118,190,112). Sum of RGB (Red+Green+Blue) = 118+190+112=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BE70 is #89418F. Grayscale: #9F9F9F. Windows color (decimal): -8995216 or 7388790. OLE color: 7388790.

HSL color Cylindrical-coordinate representation of color #76BE70: hue angle of 115.38º 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 #76BE70 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 112 -
CMYK 0.38 0 0.41 0.25
HSL 115.38º 0.38% 0.59% -
HSV(B) 115.38º 0.41% 0.75% -
XYZ 28.81 41.85 21.89 -
YUV 159.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 118 190 112 0.38 0 0.41 0.25 115.38 0.38 0.59
Hex 76 BE 70 26 0 29 19 73 26 3B
Octal 166 276 160 46 0 51 31 163 46 73
Binary 1110110 10111110 1110000 100110 0 101001 11001 1110011 100110 111011

Color Harmonies of #76BE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE70

Black with #76BE70

Text Example


Text Example

White with #76BE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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