#76AB83

Color #76AB83 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #76AB83

Tints of Bay Leaf #76AB83

Color information

#76AB83 (or 0x76AB83) is unknown color: approx Bay Leaf. HEX triplet: 76, AB and 83. RGB value is (118,171,131). Sum of RGB (Red+Green+Blue) = 118+171+131=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB83 is #89547C. Grayscale: #969696. Windows color (decimal): -9000061 or 8629110. OLE color: 8629110.

HSL color Cylindrical-coordinate representation of color #76AB83: hue angle of 134.72º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB83 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB118171131-
CMYK0.3100.230.33
HSL134.72º23.98%56.67%-
HSV(B)134.72º30.99%67.06%-
XYZ26.1334.6226.78-
YUV150.59116.94104.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.10%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=28.10%
G=40.71%
B=31.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711310.3100.230.33134.7223.9856.67
Hex76AB831F01721871839
Octal16625320337027412073071
Binary11101101010101110000011111110101111000011000011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76AB83;
 }
 .AnyTagClassName
 {
   color: #76AB83;
 }
</style>
background-color css

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

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

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

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

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

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