#75BB84

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

Shades of Bay Leaf #75BB84

Tints of Bay Leaf #75BB84

Color information

#75BB84 (or 0x75BB84) is unknown color: approx Bay Leaf. HEX triplet: 75, BB and 84. RGB value is (117,187,132). Sum of RGB (Red+Green+Blue) = 117+187+132=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BB84 is #8A447B. Grayscale: #9F9F9F. Windows color (decimal): -9061500 or 8698741. OLE color: 8698741.

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

Color convert

RGB117187132-
CMYK0.3700.290.27
HSL132.86º33.98%59.61%-
HSV(B)132.86º37.43%73.33%-
XYZ29.2740.9928.2-
YUV159.8112.3197.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=26.83%
G=42.89%
B=30.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171871320.3700.290.27132.8633.9859.61
Hex75BB842501D1B85223c
Octal16527320445035332054274
Binary111010110111011100001001001010111011101110000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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