Html Css Color HEX #75AB8D Bay Leaf

📋 copy color: '#75AB8D'

red 117 ◦ green 171 ◦ blue 141

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

Shades of Bay Leaf #75AB8D

Tints of Bay Leaf #75AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 27.27%
G = 39.86%
B = 32.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#75AB8D (or 0x75AB8D) is known color: Bay Leaf. HEX triplet: 75, AB and 8D. RGB value is (117,171,141). Sum of RGB (Red+Green+Blue) = 117+171+141=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AB8D is #8A5472. Grayscale: #979797. Windows color (decimal): -9065587 or 9284469. OLE color: 9284469.

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

Color convert

RGB 117 171 141 -
CMYK 0.32 0 0.18 0.33
HSL 146.67º 0.24% 0.56% -
HSV(B) 146.67º 0.32% 0.67% -
XYZ 26.71 34.83 30.51 -
YUV 151.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 117 171 141 0.32 0 0.18 0.33 146.67 0.24 0.56
Hex 75 AB 8D 20 0 12 21 93 18 38
Octal 165 253 215 40 0 22 41 223 30 70
Binary 1110101 10101011 10001101 100000 0 10010 100001 10010011 11000 111000

Color Harmonies of #75AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB8D

Black with #75AB8D

Text Example


Text Example

White with #75AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,171,141); }

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

background-color css

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

 a { background-color: rgb(117,171,141); }

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

border-color css

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

 span { border-color: rgb(117,171,141); }

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