#75B68C

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

Shades of Bay Leaf #75B68C

Tints of Bay Leaf #75B68C

Color information

#75B68C (or 0x75B68C) is unknown color: approx Bay Leaf. HEX triplet: 75, B6 and 8C. RGB value is (117,182,140). Sum of RGB (Red+Green+Blue) = 117+182+140=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #75B68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B68C is #8A4973. Grayscale: #9D9D9D. Windows color (decimal): -9062772 or 9221749. OLE color: 9221749.

HSL color Cylindrical-coordinate representation of color #75B68C: hue angle of 141.23º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B68C is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB117182140-
CMYK0.3600.230.29
HSL141.23º30.81%58.63%-
HSV(B)141.23º35.71%71.37%-
XYZ28.839.1330.85-
YUV157.78117.9798.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=26.65%
G=41.46%
B=31.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821400.3600.230.29141.2330.8158.63
Hex75B68C240171D8d1f3b
Octal16526621444027352153773
Binary11101011011011010001100100100010111111011000110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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