#75A985

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

Shades of Bay Leaf #75A985

Tints of Bay Leaf #75A985

Color information

#75A985 (or 0x75A985) is unknown color: approx Bay Leaf. HEX triplet: 75, A9 and 85. RGB value is (117,169,133). Sum of RGB (Red+Green+Blue) = 117+169+133=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #75A985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A985 is #8A567A. Grayscale: #959595. Windows color (decimal): -9066107 or 8759669. OLE color: 8759669.

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

Color convert

RGB117169133-
CMYK0.3100.210.34
HSL138.46º23.21%56.08%-
HSV(B)138.46º30.77%66.27%-
XYZ25.7633.8527.37-
YUV149.35118.77104.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=27.92%
G=40.33%
B=31.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171691330.3100.210.34138.4623.2156.08
Hex75A9851F015228a1738
Octal16525120537025422122770
Binary11101011010100110000101111110101011000101000101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,169,133); }

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

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

 a { background-color: rgb(117,169,133); }

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

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

 span { border-color: rgb(117,169,133); }

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