#75C08B

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

Shades of Bay Leaf #75C08B

Tints of Bay Leaf #75C08B

Color information

#75C08B (or 0x75C08B) is unknown color: approx Bay Leaf. HEX triplet: 75, C0 and 8B. RGB value is (117,192,139). Sum of RGB (Red+Green+Blue) = 117+192+139=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #75C08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C08B is #8A3F74. Grayscale: #A3A3A3. Windows color (decimal): -9060213 or 9158773. OLE color: 9158773.

HSL color Cylindrical-coordinate representation of color #75C08B: hue angle of 137.6º 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 #75C08B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB117192139-
CMYK0.3900.280.25
HSL137.6º37.31%60.59%-
HSV(B)137.6º39.06%75.29%-
XYZ30.8543.3531.17-
YUV163.53114.1594.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=26.12%
G=42.86%
B=31.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921390.3900.280.25137.637.3160.59
Hex75C08B2701C198a253d
Octal16530021347034312124575
Binary111010111000000100010111001110111001100110001010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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