Html Css Color HEX #76AE83 Bay Leaf

📋 copy color: '#76AE83'

red 118 ◦ green 174 ◦ blue 131

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

Shades of Bay Leaf #76AE83

Tints of Bay Leaf #76AE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 27.9%
G = 41.13%
B = 30.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#76AE83 (or 0x76AE83) is known color: Bay Leaf. HEX triplet: 76, AE and 83. RGB value is (118,174,131). Sum of RGB (Red+Green+Blue) = 118+174+131=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AE83 is #89517C. Grayscale: #989898. Windows color (decimal): -8999293 or 8629878. OLE color: 8629878.

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

Color convert

RGB 118 174 131 -
CMYK 0.32 0 0.25 0.32
HSL 133.93º 0.26% 0.57% -
HSV(B) 133.93º 0.32% 0.68% -
XYZ 26.7 35.76 26.97 -
YUV 152.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 118 174 131 0.32 0 0.25 0.32 133.93 0.26 0.57
Hex 76 AE 83 20 0 19 20 86 1A 39
Octal 166 256 203 40 0 31 40 206 32 71
Binary 1110110 10101110 10000011 100000 0 11001 100000 10000110 11010 111001

Color Harmonies of #76AE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE83

Black with #76AE83

Text Example


Text Example

White with #76AE83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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