#75C389

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

Shades of Bay Leaf #75C389

Tints of Bay Leaf #75C389

Color information

#75C389 (or 0x75C389) is unknown color: approx Bay Leaf. HEX triplet: 75, C3 and 89. RGB value is (117,195,137). Sum of RGB (Red+Green+Blue) = 117+195+137=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #75C389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C389 is #8A3C76. Grayscale: #A5A5A5. Windows color (decimal): -9059447 or 9028469. OLE color: 9028469.

HSL color Cylindrical-coordinate representation of color #75C389: hue angle of 135.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C389 is Cyan = 0.4, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB117195137-
CMYK0.400.300.24
HSL135.38º39.39%61.18%-
HSV(B)135.38º40%76.47%-
XYZ31.3744.6230.63-
YUV165.07112.1693.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=26.06%
G=43.43%
B=30.51%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951370.400.300.24135.3839.3961.18
Hex75C3892801E1887273d
Octal16530321150036302074775
Binary111010111000011100010011010000111101100010000111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,137); }

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

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

 a { background-color: rgb(117,195,137); }

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

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

 span { border-color: rgb(117,195,137); }

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