Html Css Color HEX #75A981 Bay Leaf

📋 copy color: '#75A981'

red 117 ◦ green 169 ◦ blue 129

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

Shades of Bay Leaf #75A981

Tints of Bay Leaf #75A981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 28.19%
G = 40.72%
B = 31.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#75A981 (or 0x75A981) is known color: Bay Leaf. HEX triplet: 75, A9 and 81. RGB value is (117,169,129). Sum of RGB (Red+Green+Blue) = 117+169+129=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #75A981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A981 is #8A567E. Grayscale: #959595. Windows color (decimal): -9066111 or 8497525. OLE color: 8497525.

HSL color Cylindrical-coordinate representation of color #75A981: hue angle of 133.85º 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 #75A981 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 169 129 -
CMYK 0.31 0 0.24 0.34
HSL 133.85º 0.23% 0.56% -
HSV(B) 133.85º 0.31% 0.66% -
XYZ 25.49 33.74 25.94 -
YUV 148.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 117 169 129 0.31 0 0.24 0.34 133.85 0.23 0.56
Hex 75 A9 81 1F 0 18 22 86 17 38
Octal 165 251 201 37 0 30 42 206 27 70
Binary 1110101 10101001 10000001 11111 0 11000 100010 10000110 10111 111000

Color Harmonies of #75A981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A981

Black with #75A981

Text Example


Text Example

White with #75A981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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