#75AA83

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

Shades of Bay Leaf #75AA83

Tints of Bay Leaf #75AA83

Color information

#75AA83 (or 0x75AA83) is unknown color: approx Bay Leaf. HEX triplet: 75, AA and 83. RGB value is (117,170,131). Sum of RGB (Red+Green+Blue) = 117+170+131=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA83 is #8A557C. Grayscale: #959595. Windows color (decimal): -9065853 or 8628853. OLE color: 8628853.

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

Color convert

RGB117170131-
CMYK0.3100.230.33
HSL135.85º23.77%56.27%-
HSV(B)135.85º31.18%66.67%-
XYZ25.8134.1726.71-
YUV149.71117.44104.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=27.99%
G=40.67%
B=31.34%

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
Decimal1171701310.3100.230.33135.8523.7756.27
Hex75AA831F01721881838
Octal16525220337027412103070
Binary11101011010101010000011111110101111000011000100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,170,131); }

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

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

 a { background-color: rgb(117,170,131); }

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

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

 span { border-color: rgb(117,170,131); }

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