Html Css Color HEX #75A587 Bay Leaf

📋 copy color: '#75A587'

red 117 ◦ green 165 ◦ blue 135

#75A587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #75A587

Tints of Bay Leaf #75A587

RGB

 RED value IS 117 (46.09% from 255) = 28.06%

 GREEN value IS 165 (64.84% from 255) = 39.57%

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 28.06%
G = 39.57%
B = 32.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#75A587 (or 0x75A587) is known color: Bay Leaf. HEX triplet: 75, A5 and 87. RGB value is (117,165,135). Sum of RGB (Red+Green+Blue) = 117+165+135=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #75A587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A587 is #8A5A78. Grayscale: #939393. Windows color (decimal): -9067129 or 8889717. OLE color: 8889717.

HSL color Cylindrical-coordinate representation of color #75A587: hue angle of 142.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A587 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 165 135 -
CMYK 0.29 0 0.18 0.35
HSL 142.5º 0.21% 0.55% -
HSV(B) 142.5º 0.29% 0.65% -
XYZ 25.16 32.44 27.86 -
YUV 147.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 117 165 135 0.29 0 0.18 0.35 142.5 0.21 0.55
Hex 75 A5 87 1D 0 12 23 8E 15 37
Octal 165 245 207 35 0 22 43 216 25 67
Binary 1110101 10100101 10000111 11101 0 10010 100011 10001110 10101 110111

Color Harmonies of #75A587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A587

Black with #75A587

Text Example


Text Example

White with #75A587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,165,135); }

 H1.HeaderClassName
 {
   color: #75A587;
 }
 .AnyTagClassName
 {
   color: #75A587;
 }
</style>

background-color css

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

 a { background-color: rgb(117,165,135); }

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

border-color css

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

 span { border-color: rgb(117,165,135); }

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