Html Css Color HEX #76AD7F Bay Leaf

📋 copy color: '#76AD7F'

red 118 ◦ green 173 ◦ blue 127

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

Shades of Bay Leaf #76AD7F

Tints of Bay Leaf #76AD7F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 28.23%
G = 41.39%
B = 30.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#76AD7F (or 0x76AD7F) is known color: Bay Leaf. HEX triplet: 76, AD and 7F. RGB value is (118,173,127). Sum of RGB (Red+Green+Blue) = 118+173+127=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD7F is #895280. Grayscale: #979797. Windows color (decimal): -8999553 or 8367478. OLE color: 8367478.

HSL color Cylindrical-coordinate representation of color #76AD7F: hue angle of 129.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD7F is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 127 -
CMYK 0.32 0 0.27 0.32
HSL 129.82º 0.25% 0.57% -
HSV(B) 129.82º 0.32% 0.68% -
XYZ 26.25 35.27 25.5 -
YUV 151.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 118 173 127 0.32 0 0.27 0.32 129.82 0.25 0.57
Hex 76 AD 7F 20 0 1B 20 82 19 39
Octal 166 255 177 40 0 33 40 202 31 71
Binary 1110110 10101101 1111111 100000 0 11011 100000 10000010 11001 111001

Color Harmonies of #76AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD7F

Black with #76AD7F

Text Example


Text Example

White with #76AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,127); }

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

background-color css

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

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

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

border-color css

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

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

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