Html Css Color HEX #75A688 Bay Leaf

📋 copy color: '#75A688'

red 117 ◦ green 166 ◦ blue 136

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

Shades of Bay Leaf #75A688

Tints of Bay Leaf #75A688

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

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

R = 27.92%
G = 39.62%
B = 32.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#75A688 (or 0x75A688) is known color: Bay Leaf. HEX triplet: 75, A6 and 88. RGB value is (117,166,136). Sum of RGB (Red+Green+Blue) = 117+166+136=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #75A688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A688 is #8A5977. Grayscale: #949494. Windows color (decimal): -9066872 or 8955509. OLE color: 8955509.

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

Color convert

RGB 117 166 136 -
CMYK 0.30 0 0.18 0.35
HSL 143.27º 0.22% 0.55% -
HSV(B) 143.27º 0.3% 0.65% -
XYZ 25.42 32.83 28.29 -
YUV 147.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 117 166 136 0.30 0 0.18 0.35 143.27 0.22 0.55
Hex 75 A6 88 1E 0 12 23 8F 16 37
Octal 165 246 210 36 0 22 43 217 26 67
Binary 1110101 10100110 10001000 11110 0 10010 100011 10001111 10110 110111

Color Harmonies of #75A688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A688

Black with #75A688

Text Example


Text Example

White with #75A688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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