Html Css Color HEX #76AB76 Fern

📋 copy color: '#76AB76'

red 118 ◦ green 171 ◦ blue 118

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

Shades of Fern #76AB76

Tints of Fern #76AB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 28.99%
G = 42.01%
B = 28.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#76AB76 (or 0x76AB76) is known color: Fern. HEX triplet: 76, AB and 76. RGB value is (118,171,118). Sum of RGB (Red+Green+Blue) = 118+171+118=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB76 is #895489. Grayscale: #959595. Windows color (decimal): -9000074 or 7777142. OLE color: 7777142.

HSL color Cylindrical-coordinate representation of color #76AB76: hue angle of 120º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB76 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 118 -
CMYK 0.31 0 0.31 0.33
HSL 120º 0.24% 0.57% -
HSV(B) 120º 0.31% 0.67% -
XYZ 25.3 34.29 22.42 -
YUV 149.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 118 171 118 0.31 0 0.31 0.33 120 0.24 0.57
Hex 76 AB 76 1F 0 1F 21 78 18 39
Octal 166 253 166 37 0 37 41 170 30 71
Binary 1110110 10101011 1110110 11111 0 11111 100001 1111000 11000 111001

Color Harmonies of #76AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB76

Black with #76AB76

Text Example


Text Example

White with #76AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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