Html Css Color HEX #76AE85 Bay Leaf

📋 copy color: '#76AE85'

red 118 ◦ green 174 ◦ blue 133

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

Shades of Bay Leaf #76AE85

Tints of Bay Leaf #76AE85

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.94%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 27.76%
G = 40.94%
B = 31.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#76AE85 (or 0x76AE85) is known color: Bay Leaf. HEX triplet: 76, AE and 85. RGB value is (118,174,133). Sum of RGB (Red+Green+Blue) = 118+174+133=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AE85 is #89517A. Grayscale: #989898. Windows color (decimal): -8999291 or 8760950. OLE color: 8760950.

HSL color Cylindrical-coordinate representation of color #76AE85: hue angle of 136.07º degrees, saturation: 0.26, 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 #76AE85 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 174 133 -
CMYK 0.32 0 0.24 0.32
HSL 136.07º 0.26% 0.57% -
HSV(B) 136.07º 0.32% 0.68% -
XYZ 26.84 35.82 27.69 -
YUV 152.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 118 174 133 0.32 0 0.24 0.32 136.07 0.26 0.57
Hex 76 AE 85 20 0 18 20 88 1A 39
Octal 166 256 205 40 0 30 40 210 32 71
Binary 1110110 10101110 10000101 100000 0 11000 100000 10001000 11010 111001

Color Harmonies of #76AE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE85

Black with #76AE85

Text Example


Text Example

White with #76AE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,174,133); }

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

background-color css

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

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

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

border-color css

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

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

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