Html Css Color HEX #75AA87 Bay Leaf

📋 copy color: '#75AA87'

red 117 ◦ green 170 ◦ blue 135

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

Shades of Bay Leaf #75AA87

Tints of Bay Leaf #75AA87

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.28%

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

R = 27.73%
G = 40.28%
B = 31.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#75AA87 (or 0x75AA87) is known color: Bay Leaf. HEX triplet: 75, AA and 87. RGB value is (117,170,135). Sum of RGB (Red+Green+Blue) = 117+170+135=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AA87 is #8A5578. Grayscale: #969696. Windows color (decimal): -9065849 or 8890997. OLE color: 8890997.

HSL color Cylindrical-coordinate representation of color #75AA87: hue angle of 140.38º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AA87 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 135 -
CMYK 0.31 0 0.21 0.33
HSL 140.38º 0.24% 0.56% -
HSV(B) 140.38º 0.31% 0.67% -
XYZ 26.08 34.28 28.16 -
YUV 150.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 117 170 135 0.31 0 0.21 0.33 140.38 0.24 0.56
Hex 75 AA 87 1F 0 15 21 8C 18 38
Octal 165 252 207 37 0 25 41 214 30 70
Binary 1110101 10101010 10000111 11111 0 10101 100001 10001100 11000 111000

Color Harmonies of #75AA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA87

Black with #75AA87

Text Example


Text Example

White with #75AA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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