Html Css Color HEX #75A988 Bay Leaf

📋 copy color: '#75A988'

red 117 ◦ green 169 ◦ blue 136

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

Shades of Bay Leaf #75A988

Tints of Bay Leaf #75A988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 27.73%
G = 40.05%
B = 32.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#75A988 (or 0x75A988) is known color: Bay Leaf. HEX triplet: 75, A9 and 88. RGB value is (117,169,136). Sum of RGB (Red+Green+Blue) = 117+169+136=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #75A988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A988 is #8A5677. Grayscale: #959595. Windows color (decimal): -9066104 or 8956277. OLE color: 8956277.

HSL color Cylindrical-coordinate representation of color #75A988: hue angle of 141.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A988 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 169 136 -
CMYK 0.31 0 0.20 0.34
HSL 141.92º 0.23% 0.56% -
HSV(B) 141.92º 0.31% 0.66% -
XYZ 25.97 33.94 28.47 -
YUV 149.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 117 169 136 0.31 0 0.20 0.34 141.92 0.23 0.56
Hex 75 A9 88 1F 0 14 22 8E 17 38
Octal 165 251 210 37 0 24 42 216 27 70
Binary 1110101 10101001 10001000 11111 0 10100 100010 10001110 10111 111000

Color Harmonies of #75A988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A988

Black with #75A988

Text Example


Text Example

White with #75A988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,169,136); }

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

background-color css

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

 a { background-color: rgb(117,169,136); }

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

border-color css

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

 span { border-color: rgb(117,169,136); }

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