#75C288

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

Shades of Bay Leaf #75C288

Tints of Bay Leaf #75C288

Color information

#75C288 (or 0x75C288) is unknown color: approx Bay Leaf. HEX triplet: 75, C2 and 88. RGB value is (117,194,136). Sum of RGB (Red+Green+Blue) = 117+194+136=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #75C288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C288 is #8A3D77. Grayscale: #A4A4A4. Windows color (decimal): -9059704 or 8962677. OLE color: 8962677.

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

Color convert

RGB117194136-
CMYK0.4000.300.24
HSL134.81º38.69%60.98%-
HSV(B)134.81º39.69%76.08%-
XYZ31.0744.1430.18-
YUV164.36111.9994.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 194 (76.17% from 255) = 43.40%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=26.17%
G=43.40%
B=30.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171941360.4000.300.24134.8138.6960.98
Hex75C2882801E1887273d
Octal16530221050036302074775
Binary111010111000010100010001010000111101100010000111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,194,136); }

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

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

 a { background-color: rgb(117,194,136); }

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

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

 span { border-color: rgb(117,194,136); }

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