Html Css Color HEX #76BC76 Fern

📋 copy color: '#76BC76'

red 118 ◦ green 188 ◦ blue 118

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

Shades of Fern #76BC76

Tints of Fern #76BC76

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

 BLUE value IS 118 (46.48% from 255) = 27.83%

R = 27.83%
G = 44.34%
B = 27.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#76BC76 (or 0x76BC76) is known color: Fern. HEX triplet: 76, BC and 76. RGB value is (118,188,118). Sum of RGB (Red+Green+Blue) = 118+188+118=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC76 is #894389. Grayscale: #9F9F9F. Windows color (decimal): -8995722 or 7781494. OLE color: 7781494.

HSL color Cylindrical-coordinate representation of color #76BC76: hue angle of 120º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC76 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 118 -
CMYK 0.37 0 0.37 0.26
HSL 120º 0.34% 0.6% -
HSV(B) 120º 0.37% 0.74% -
XYZ 28.72 41.13 23.56 -
YUV 159.09 104.81 98.69 -
System Red Green Blue C M Y K H S L
Decimal 118 188 118 0.37 0 0.37 0.26 120 0.34 0.6
Hex 76 BC 76 25 0 25 1A 78 22 3C
Octal 166 274 166 45 0 45 32 170 42 74
Binary 1110110 10111100 1110110 100101 0 100101 11010 1111000 100010 111100

Color Harmonies of #76BC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC76

Black with #76BC76

Text Example


Text Example

White with #76BC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,118); }

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

background-color css

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

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

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

border-color css

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

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

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