#75B280

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

Shades of Bay Leaf #75B280

Tints of Bay Leaf #75B280

Color information

#75B280 (or 0x75B280) is unknown color: approx Bay Leaf. HEX triplet: 75, B2 and 80. RGB value is (117,178,128). Sum of RGB (Red+Green+Blue) = 117+178+128=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #75B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B280 is #8A4D7F. Grayscale: #9A9A9A. Windows color (decimal): -9063808 or 8434293. OLE color: 8434293.

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

Color convert

RGB117178128-
CMYK0.3400.280.30
HSL130.82º28.37%57.84%-
HSV(B)130.82º34.27%69.8%-
XYZ27.1537.1826.17-
YUV154.06113.29101.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=27.66%
G=42.08%
B=30.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171781280.3400.280.30130.8228.3757.84
Hex75B2802201C1E831c3a
Octal16526220042034362033472
Binary11101011011001010000000100010011100111101000001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,128); }

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

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

 a { background-color: rgb(117,178,128); }

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

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

 span { border-color: rgb(117,178,128); }

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