#75B181

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

Shades of Bay Leaf #75B181

Tints of Bay Leaf #75B181

Color information

#75B181 (or 0x75B181) is unknown color: approx Bay Leaf. HEX triplet: 75, B1 and 81. RGB value is (117,177,129). Sum of RGB (Red+Green+Blue) = 117+177+129=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #75B181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B181 is #8A4E7E. Grayscale: #999999. Windows color (decimal): -9064063 or 8499573. OLE color: 8499573.

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

Color convert

RGB117177129-
CMYK0.3400.270.31
HSL132º27.78%57.65%-
HSV(B)132º33.9%69.41%-
XYZ27.0236.8126.45-
YUV153.59114.12101.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=27.66%
G=41.84%
B=30.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171771290.3400.270.3113227.7857.65
Hex75B1812201B1F841c3a
Octal16526120142033372043472
Binary11101011011000110000001100010011011111111000010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,177,129); }

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

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

 a { background-color: rgb(117,177,129); }

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

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

 span { border-color: rgb(117,177,129); }

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