#75B684

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

Shades of Bay Leaf #75B684

Tints of Bay Leaf #75B684

Color information

#75B684 (or 0x75B684) is unknown color: approx Bay Leaf. HEX triplet: 75, B6 and 84. RGB value is (117,182,132). Sum of RGB (Red+Green+Blue) = 117+182+132=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #75B684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B684 is #8A497B. Grayscale: #9D9D9D. Windows color (decimal): -9062780 or 8697461. OLE color: 8697461.

HSL color Cylindrical-coordinate representation of color #75B684: hue angle of 133.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B684 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB117182132-
CMYK0.3600.270.29
HSL133.85º30.81%58.63%-
HSV(B)133.85º35.71%71.37%-
XYZ28.2338.927.85-
YUV156.86113.9799.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=27.15%
G=42.23%
B=30.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821320.3600.270.29133.8530.8158.63
Hex75B6842401B1D861f3b
Octal16526620444033352063773
Binary11101011011011010000100100100011011111011000011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,182,132); }

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

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

 a { background-color: rgb(117,182,132); }

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

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

 span { border-color: rgb(117,182,132); }

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