Html Css Color HEX #76AE8E Bay Leaf

📋 copy color: '#76AE8E'

red 118 ◦ green 174 ◦ blue 142

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

Shades of Bay Leaf #76AE8E

Tints of Bay Leaf #76AE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 27.19%
G = 40.09%
B = 32.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#76AE8E (or 0x76AE8E) is known color: Bay Leaf. HEX triplet: 76, AE and 8E. RGB value is (118,174,142). Sum of RGB (Red+Green+Blue) = 118+174+142=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AE8E is #895171. Grayscale: #999999. Windows color (decimal): -8999282 or 9350774. OLE color: 9350774.

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

Color convert

RGB 118 174 142 -
CMYK 0.32 0 0.18 0.32
HSL 145.71º 0.26% 0.57% -
HSV(B) 145.71º 0.32% 0.68% -
XYZ 27.49 36.08 31.11 -
YUV 153.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 118 174 142 0.32 0 0.18 0.32 145.71 0.26 0.57
Hex 76 AE 8E 20 0 12 20 92 1A 39
Octal 166 256 216 40 0 22 40 222 32 71
Binary 1110110 10101110 10001110 100000 0 10010 100000 10010010 11010 111001

Color Harmonies of #76AE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE8E

Black with #76AE8E

Text Example


Text Example

White with #76AE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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