Html Css Color HEX #76C073 Fern

📋 copy color: '#76C073'

red 118 ◦ green 192 ◦ blue 115

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

Shades of Fern #76C073

Tints of Fern #76C073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 27.76%
G = 45.18%
B = 27.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#76C073 (or 0x76C073) is known color: Fern. HEX triplet: 76, C0 and 73. RGB value is (118,192,115). Sum of RGB (Red+Green+Blue) = 118+192+115=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #76C073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C073 is #893F8C. Grayscale: #A1A1A1. Windows color (decimal): -8994701 or 7585910. OLE color: 7585910.

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

Color convert

RGB 118 192 115 -
CMYK 0.39 0 0.40 0.25
HSL 117.66º 0.38% 0.6% -
HSV(B) 117.66º 0.4% 0.75% -
XYZ 29.42 42.79 22.93 -
YUV 161.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 118 192 115 0.39 0 0.40 0.25 117.66 0.38 0.6
Hex 76 C0 73 27 0 28 19 76 26 3C
Octal 166 300 163 47 0 50 31 166 46 74
Binary 1110110 11000000 1110011 100111 0 101000 11001 1110110 100110 111100

Color Harmonies of #76C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C073

Black with #76C073

Text Example


Text Example

White with #76C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,192,115); }

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

background-color css

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

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

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

border-color css

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

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

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