#75BA89

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

Shades of Bay Leaf #75BA89

Tints of Bay Leaf #75BA89

Color information

#75BA89 (or 0x75BA89) is unknown color: approx Bay Leaf. HEX triplet: 75, BA and 89. RGB value is (117,186,137). Sum of RGB (Red+Green+Blue) = 117+186+137=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BA89 is #8A4576. Grayscale: #9F9F9F. Windows color (decimal): -9061751 or 9026165. OLE color: 9026165.

HSL color Cylindrical-coordinate representation of color #75BA89: hue angle of 137.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BA89 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB117186137-
CMYK0.3700.260.27
HSL137.39º33.33%59.41%-
HSV(B)137.39º37.1%72.94%-
XYZ29.4140.7129.97-
YUV159.78115.1497.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=26.59%
G=42.27%
B=31.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861370.3700.260.27137.3933.3359.41
Hex75BA892501A1B89213b
Octal16527221145032332114173
Binary111010110111010100010011001010110101101110001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BA89; }

 p { color: rgb(117,186,137); }

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

<style>
 a { background-color: #75BA89; }

 a { background-color: rgb(117,186,137); }

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

<style>
 span { border-color: #75BA89; }

 span { border-color: rgb(117,186,137); }

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