#75C588

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

Shades of Bay Leaf #75C588

Tints of Bay Leaf #75C588

Color information

#75C588 (or 0x75C588) is unknown color: approx Bay Leaf. HEX triplet: 75, C5 and 88. RGB value is (117,197,136). Sum of RGB (Red+Green+Blue) = 117+197+136=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #75C588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C588 is #8A3A77. Grayscale: #A6A6A6. Windows color (decimal): -9058936 or 8963445. OLE color: 8963445.

HSL color Cylindrical-coordinate representation of color #75C588: hue angle of 134.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C588 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB117197136-
CMYK0.4100.310.23
HSL134.25º40.82%61.57%-
HSV(B)134.25º40.61%77.25%-
XYZ31.7545.4930.4-
YUV166.1311192.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=26%
G=43.78%
B=30.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171971360.4100.310.23134.2540.8261.57
Hex75C5882901F1786293e
Octal16530521051037272065176
Binary111010111000101100010001010010111111011110000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,197,136); }

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

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

 a { background-color: rgb(117,197,136); }

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

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

 span { border-color: rgb(117,197,136); }

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