Html Css Color HEX #75A387 Bay Leaf

📋 copy color: '#75A387'

red 117 ◦ green 163 ◦ blue 135

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

Shades of Bay Leaf #75A387

Tints of Bay Leaf #75A387

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 28.19%
G = 39.28%
B = 32.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#75A387 (or 0x75A387) is known color: Bay Leaf. HEX triplet: 75, A3 and 87. RGB value is (117,163,135). Sum of RGB (Red+Green+Blue) = 117+163+135=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #75A387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A387 is #8A5C78. Grayscale: #929292. Windows color (decimal): -9067641 or 8889205. OLE color: 8889205.

HSL color Cylindrical-coordinate representation of color #75A387: hue angle of 143.48º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A387 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 163 135 -
CMYK 0.28 0 0.17 0.36
HSL 143.48º 0.2% 0.55% -
HSV(B) 143.48º 0.28% 0.64% -
XYZ 24.81 31.73 27.74 -
YUV 146.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 117 163 135 0.28 0 0.17 0.36 143.48 0.2 0.55
Hex 75 A3 87 1C 0 11 24 8F 14 37
Octal 165 243 207 34 0 21 44 217 24 67
Binary 1110101 10100011 10000111 11100 0 10001 100100 10001111 10100 110111

Color Harmonies of #75A387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A387

Black with #75A387

Text Example


Text Example

White with #75A387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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