#75B97E

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

Shades of Bay Leaf #75B97E

Tints of Bay Leaf #75B97E

Color information

#75B97E (or 0x75B97E) is unknown color: approx Bay Leaf. HEX triplet: 75, B9 and 7E. RGB value is (117,185,126). Sum of RGB (Red+Green+Blue) = 117+185+126=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #75B97E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B97E is #8A4681. Grayscale: #9E9E9E. Windows color (decimal): -9062018 or 8305013. OLE color: 8305013.

HSL color Cylindrical-coordinate representation of color #75B97E: hue angle of 127.94º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B97E is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB117185126-
CMYK0.3700.320.27
HSL127.94º32.69%59.22%-
HSV(B)127.94º36.76%72.55%-
XYZ28.4539.9925.96-
YUV157.94109.9798.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=27.34%
G=43.22%
B=29.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171851260.3700.320.27127.9432.6959.22
Hex75B97E250201B80213b
Octal16527117645040332004173
Binary111010110111001111111010010101000001101110000000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,126); }

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

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

 a { background-color: rgb(117,185,126); }

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

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

 span { border-color: rgb(117,185,126); }

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