#75C58B

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

Shades of Bay Leaf #75C58B

Tints of Bay Leaf #75C58B

Color information

#75C58B (or 0x75C58B) is unknown color: approx Bay Leaf. HEX triplet: 75, C5 and 8B. RGB value is (117,197,139). Sum of RGB (Red+Green+Blue) = 117+197+139=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #75C58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C58B is #8A3A74. Grayscale: #A6A6A6. Windows color (decimal): -9058933 or 9160053. OLE color: 9160053.

HSL color Cylindrical-coordinate representation of color #75C58B: hue angle of 136.5º 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 #75C58B is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB117197139-
CMYK0.4100.290.23
HSL136.5º40.82%61.57%-
HSV(B)136.5º40.61%77.25%-
XYZ31.9645.5831.54-
YUV166.47112.592.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 197 (77.34% from 255) = 43.49%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=25.83%
G=43.49%
B=30.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171971390.4100.290.23136.540.8261.57
Hex75C58B2901D1788293e
Octal16530521351035272105176
Binary111010111000101100010111010010111011011110001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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