#75C08E

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

Shades of Bay Leaf #75C08E

Tints of Bay Leaf #75C08E

Color information

#75C08E (or 0x75C08E) is unknown color: approx Bay Leaf. HEX triplet: 75, C0 and 8E. RGB value is (117,192,142). Sum of RGB (Red+Green+Blue) = 117+192+142=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #75C08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C08E is #8A3F71. Grayscale: #A4A4A4. Windows color (decimal): -9060210 or 9355381. OLE color: 9355381.

HSL color Cylindrical-coordinate representation of color #75C08E: hue angle of 140º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C08E is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB117192142-
CMYK0.3900.260.25
HSL140º37.31%60.59%-
HSV(B)140º39.06%75.29%-
XYZ31.0743.4332.34-
YUV163.87115.6594.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=25.94%
G=42.57%
B=31.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921420.3900.260.2514037.3160.59
Hex75C08E2701A198c253d
Octal16530021647032312144575
Binary111010111000000100011101001110110101100110001100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,142); }

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

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

 a { background-color: rgb(117,192,142); }

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

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

 span { border-color: rgb(117,192,142); }

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