#75BE82

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

Shades of Bay Leaf #75BE82

Tints of Bay Leaf #75BE82

Color information

#75BE82 (or 0x75BE82) is unknown color: approx Bay Leaf. HEX triplet: 75, BE and 82. RGB value is (117,190,130). Sum of RGB (Red+Green+Blue) = 117+190+130=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE82 is #8A417D. Grayscale: #A1A1A1. Windows color (decimal): -9060734 or 8568437. OLE color: 8568437.

HSL color Cylindrical-coordinate representation of color #75BE82: hue angle of 130.68º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BE82 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB117190130-
CMYK0.3800.320.25
HSL130.68º35.96%60.2%-
HSV(B)130.68º38.42%74.51%-
XYZ29.7842.2227.7-
YUV161.33110.3296.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=26.77%
G=43.48%
B=29.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901300.3800.320.25130.6835.9660.2
Hex75BE82260201983243c
Octal16527620246040312034474
Binary1110101101111101000001010011001000001100110000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,130); }

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

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

 a { background-color: rgb(117,190,130); }

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

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

 span { border-color: rgb(117,190,130); }

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