Html Css Color HEX #76B975 Fern

📋 copy color: '#76B975'

red 118 ◦ green 185 ◦ blue 117

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

Shades of Fern #76B975

Tints of Fern #76B975

RGB

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

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

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

R = 28.1%
G = 44.05%
B = 27.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#76B975 (or 0x76B975) is known color: Fern. HEX triplet: 76, B9 and 75. RGB value is (118,185,117). Sum of RGB (Red+Green+Blue) = 118+185+117=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #76B975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B975 is #89468A. Grayscale: #9D9D9D. Windows color (decimal): -8996491 or 7715190. OLE color: 7715190.

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

Color convert

RGB 118 185 117 -
CMYK 0.36 0 0.37 0.27
HSL 119.12º 0.33% 0.59% -
HSV(B) 119.12º 0.37% 0.73% -
XYZ 28.03 39.83 23.04 -
YUV 157.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 118 185 117 0.36 0 0.37 0.27 119.12 0.33 0.59
Hex 76 B9 75 24 0 25 1B 77 21 3B
Octal 166 271 165 44 0 45 33 167 41 73
Binary 1110110 10111001 1110101 100100 0 100101 11011 1110111 100001 111011

Color Harmonies of #76B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B975

Black with #76B975

Text Example


Text Example

White with #76B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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