#75C58A

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

Shades of Bay Leaf #75C58A

Tints of Bay Leaf #75C58A

Color information

#75C58A (or 0x75C58A) is unknown color: approx Bay Leaf. HEX triplet: 75, C5 and 8A. RGB value is (117,197,138). Sum of RGB (Red+Green+Blue) = 117+197+138=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #75C58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C58A is #8A3A75. Grayscale: #A6A6A6. Windows color (decimal): -9058934 or 9094517. OLE color: 9094517.

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

Color convert

RGB117197138-
CMYK0.4100.300.23
HSL135.75º40.82%61.57%-
HSV(B)135.75º40.61%77.25%-
XYZ31.8945.5531.16-
YUV166.3511292.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.88%
GREEN value IS 197 (77.34% from 255) = 43.58%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=25.88%
G=43.58%
B=30.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171971380.4100.300.23135.7540.8261.57
Hex75C58A2901E1788293e
Octal16530521251036272105176
Binary111010111000101100010101010010111101011110001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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