#75BF83

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

Shades of Bay Leaf #75BF83

Tints of Bay Leaf #75BF83

Color information

#75BF83 (or 0x75BF83) is unknown color: approx Bay Leaf. HEX triplet: 75, BF and 83. RGB value is (117,191,131). Sum of RGB (Red+Green+Blue) = 117+191+131=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF83 is #8A407C. Grayscale: #A2A2A2. Windows color (decimal): -9060477 or 8634229. OLE color: 8634229.

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

Color convert

RGB117191131-
CMYK0.3900.310.25
HSL131.35º36.63%60.39%-
HSV(B)131.35º38.74%74.9%-
XYZ30.0642.6828.13-
YUV162.03110.4895.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=26.65%
G=43.51%
B=29.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171911310.3900.310.25131.3536.6360.39
Hex75BF832701F1983253c
Octal16527720347037312034574
Binary111010110111111100000111001110111111100110000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,191,131); }

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

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

 a { background-color: rgb(117,191,131); }

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

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

 span { border-color: rgb(117,191,131); }

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