#75A783

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

Shades of Bay Leaf #75A783

Tints of Bay Leaf #75A783

Color information

#75A783 (or 0x75A783) is unknown color: approx Bay Leaf. HEX triplet: 75, A7 and 83. RGB value is (117,167,131). Sum of RGB (Red+Green+Blue) = 117+167+131=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 167 - color contains mainly: green. Hex color #75A783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A783 is #8A587C. Grayscale: #949494. Windows color (decimal): -9066621 or 8628085. OLE color: 8628085.

HSL color Cylindrical-coordinate representation of color #75A783: hue angle of 136.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A783 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB117167131-
CMYK0.3000.220.35
HSL136.8º22.12%55.69%-
HSV(B)136.8º29.94%65.49%-
XYZ25.2533.0626.52-
YUV147.95118.44105.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 167 (65.62% from 255) = 40.24%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=28.19%
G=40.24%
B=31.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171671310.3000.220.35136.822.1255.69
Hex75A7831E01623891638
Octal16524720336026432112670
Binary11101011010011110000011111100101101000111000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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