Html Css Color HEX #76BC75 Fern

📋 copy color: '#76BC75'

red 118 ◦ green 188 ◦ blue 117

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

Shades of Fern #76BC75

Tints of Fern #76BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 27.9%
G = 44.44%
B = 27.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#76BC75 (or 0x76BC75) is known color: Fern. HEX triplet: 76, BC and 75. RGB value is (118,188,117). Sum of RGB (Red+Green+Blue) = 118+188+117=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC75 is #89438A. Grayscale: #9F9F9F. Windows color (decimal): -8995723 or 7715958. OLE color: 7715958.

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

Color convert

RGB 118 188 117 -
CMYK 0.37 0 0.38 0.26
HSL 119.15º 0.35% 0.6% -
HSV(B) 119.15º 0.38% 0.74% -
XYZ 28.67 41.1 23.25 -
YUV 158.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 118 188 117 0.37 0 0.38 0.26 119.15 0.35 0.6
Hex 76 BC 75 25 0 26 1A 77 23 3C
Octal 166 274 165 45 0 46 32 167 43 74
Binary 1110110 10111100 1110101 100101 0 100110 11010 1110111 100011 111100

Color Harmonies of #76BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC75

Black with #76BC75

Text Example


Text Example

White with #76BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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