Html Css Color HEX #75A488 Bay Leaf

📋 copy color: '#75A488'

red 117 ◦ green 164 ◦ blue 136

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

Shades of Bay Leaf #75A488

Tints of Bay Leaf #75A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.33%

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

R = 28.06%
G = 39.33%
B = 32.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#75A488 (or 0x75A488) is known color: Bay Leaf. HEX triplet: 75, A4 and 88. RGB value is (117,164,136). Sum of RGB (Red+Green+Blue) = 117+164+136=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #75A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A488 is #8A5B77. Grayscale: #929292. Windows color (decimal): -9067384 or 8954997. OLE color: 8954997.

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

Color convert

RGB 117 164 136 -
CMYK 0.29 0 0.17 0.36
HSL 144.26º 0.21% 0.55% -
HSV(B) 144.26º 0.29% 0.64% -
XYZ 25.06 32.11 28.17 -
YUV 146.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 117 164 136 0.29 0 0.17 0.36 144.26 0.21 0.55
Hex 75 A4 88 1D 0 11 24 90 15 37
Octal 165 244 210 35 0 21 44 220 25 67
Binary 1110101 10100100 10001000 11101 0 10001 100100 10010000 10101 110111

Color Harmonies of #75A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A488

Black with #75A488

Text Example


Text Example

White with #75A488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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