#75C18C

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

Shades of Bay Leaf #75C18C

Tints of Bay Leaf #75C18C

Color information

#75C18C (or 0x75C18C) is unknown color: approx Bay Leaf. HEX triplet: 75, C1 and 8C. RGB value is (117,193,140). Sum of RGB (Red+Green+Blue) = 117+193+140=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #75C18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C18C is #8A3E73. Grayscale: #A4A4A4. Windows color (decimal): -9059956 or 9224565. OLE color: 9224565.

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

Color convert

RGB117193140-
CMYK0.3900.270.24
HSL138.16º38%60.78%-
HSV(B)138.16º39.38%75.69%-
XYZ31.1443.8231.63-
YUV164.23114.3294.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=26%
G=42.89%
B=31.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931400.3900.270.24138.163860.78
Hex75C18C2701B188a263d
Octal16530121447033302124675
Binary111010111000001100011001001110110111100010001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,140); }

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

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

 a { background-color: rgb(117,193,140); }

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

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

 span { border-color: rgb(117,193,140); }

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