Html Css Color HEX #75AC81 Bay Leaf

📋 copy color: '#75AC81'

red 117 ◦ green 172 ◦ blue 129

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

Shades of Bay Leaf #75AC81

Tints of Bay Leaf #75AC81

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 27.99%
G = 41.15%
B = 30.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#75AC81 (or 0x75AC81) is known color: Bay Leaf. HEX triplet: 75, AC and 81. RGB value is (117,172,129). Sum of RGB (Red+Green+Blue) = 117+172+129=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AC81 is #8A537E. Grayscale: #969696. Windows color (decimal): -9065343 or 8498293. OLE color: 8498293.

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

Color convert

RGB 117 172 129 -
CMYK 0.32 0 0.25 0.33
HSL 133.09º 0.25% 0.57% -
HSV(B) 133.09º 0.32% 0.67% -
XYZ 26.05 34.87 26.13 -
YUV 150.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 117 172 129 0.32 0 0.25 0.33 133.09 0.25 0.57
Hex 75 AC 81 20 0 19 21 85 19 39
Octal 165 254 201 40 0 31 41 205 31 71
Binary 1110101 10101100 10000001 100000 0 11001 100001 10000101 11001 111001

Color Harmonies of #75AC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC81

Black with #75AC81

Text Example


Text Example

White with #75AC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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