#75B08B

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

Shades of Bay Leaf #75B08B

Tints of Bay Leaf #75B08B

Color information

#75B08B (or 0x75B08B) is unknown color: approx Bay Leaf. HEX triplet: 75, B0 and 8B. RGB value is (117,176,139). Sum of RGB (Red+Green+Blue) = 117+176+139=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #75B08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B08B is #8A4F74. Grayscale: #9A9A9A. Windows color (decimal): -9064309 or 9154677. OLE color: 9154677.

HSL color Cylindrical-coordinate representation of color #75B08B: hue angle of 142.37º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B08B is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB117176139-
CMYK0.3400.210.31
HSL142.37º27.19%57.45%-
HSV(B)142.37º33.52%69.02%-
XYZ27.5236.730.06-
YUV154.14119.45101.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=27.08%
G=40.74%
B=32.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171761390.3400.210.31142.3727.1957.45
Hex75B08B220151F8e1b39
Octal16526021342025372163371
Binary11101011011000010001011100010010101111111000111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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