#75C287

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

Shades of Bay Leaf #75C287

Tints of Bay Leaf #75C287

Color information

#75C287 (or 0x75C287) is unknown color: approx Bay Leaf. HEX triplet: 75, C2 and 87. RGB value is (117,194,135). Sum of RGB (Red+Green+Blue) = 117+194+135=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #75C287 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C287 is #8A3D78. Grayscale: #A4A4A4. Windows color (decimal): -9059705 or 8897141. OLE color: 8897141.

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

Color convert

RGB117194135-
CMYK0.4000.300.24
HSL134.03º38.69%60.98%-
HSV(B)134.03º39.69%76.08%-
XYZ3144.1129.8-
YUV164.25111.4994.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=26.23%
G=43.50%
B=30.27%

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
Decimal1171941350.4000.300.24134.0338.6960.98
Hex75C2872801E1886273d
Octal16530220750036302064775
Binary111010111000010100001111010000111101100010000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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