#75AB7F

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

Shades of Bay Leaf #75AB7F

Tints of Bay Leaf #75AB7F

Color information

#75AB7F (or 0x75AB7F) is unknown color: approx Bay Leaf. HEX triplet: 75, AB and 7F. RGB value is (117,171,127). Sum of RGB (Red+Green+Blue) = 117+171+127=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB7F is #8A5480. Grayscale: #959595. Windows color (decimal): -9065601 or 8366965. OLE color: 8366965.

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

Color convert

RGB117171127-
CMYK0.3200.260.33
HSL131.11º24.32%56.47%-
HSV(B)131.11º31.58%67.06%-
XYZ25.7334.4425.37-
YUV149.84115.11104.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 127 (50% from 255) = 30.60%
R=28.19%
G=41.20%
B=30.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711270.3200.260.33131.1124.3256.47
Hex75AB7F2001A21831838
Octal16525317740032412033070
Binary11101011010101111111111000000110101000011000001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,171,127); }

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

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

 a { background-color: rgb(117,171,127); }

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

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

 span { border-color: rgb(117,171,127); }

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