Html Css Color HEX #76BF6F Fern

📋 copy color: '#76BF6F'

red 118 ◦ green 191 ◦ blue 111

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

Shades of Fern #76BF6F

Tints of Fern #76BF6F

RGB

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

 GREEN value IS 191 (75% from 255) = 45.48%

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 28.1%
G = 45.48%
B = 26.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#76BF6F (or 0x76BF6F) is known color: Fern. HEX triplet: 76, BF and 6F. RGB value is (118,191,111). Sum of RGB (Red+Green+Blue) = 118+191+111=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF6F is #894090. Grayscale: #A0A0A0. Windows color (decimal): -8994961 or 7323510. OLE color: 7323510.

HSL color Cylindrical-coordinate representation of color #76BF6F: hue angle of 114.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BF6F is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 111 -
CMYK 0.38 0 0.42 0.25
HSL 114.75º 0.38% 0.59% -
HSV(B) 114.75º 0.42% 0.75% -
XYZ 28.97 42.26 21.67 -
YUV 160.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 118 191 111 0.38 0 0.42 0.25 114.75 0.38 0.59
Hex 76 BF 6F 26 0 2A 19 73 26 3B
Octal 166 277 157 46 0 52 31 163 46 73
Binary 1110110 10111111 1101111 100110 0 101010 11001 1110011 100110 111011

Color Harmonies of #76BF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF6F

Black with #76BF6F

Text Example


Text Example

White with #76BF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,191,111); }

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

background-color css

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

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

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

border-color css

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

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

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