Html Css Color HEX #75AE81 Bay Leaf

📋 copy color: '#75AE81'

red 117 ◦ green 174 ◦ blue 129

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

Shades of Bay Leaf #75AE81

Tints of Bay Leaf #75AE81

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.43%

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

R = 27.86%
G = 41.43%
B = 30.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#75AE81 (or 0x75AE81) is known color: Bay Leaf. HEX triplet: 75, AE and 81. RGB value is (117,174,129). Sum of RGB (Red+Green+Blue) = 117+174+129=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AE81 is #8A517E. Grayscale: #979797. Windows color (decimal): -9064831 or 8498805. OLE color: 8498805.

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

Color convert

RGB 117 174 129 -
CMYK 0.33 0 0.26 0.32
HSL 132.63º 0.26% 0.57% -
HSV(B) 132.63º 0.33% 0.68% -
XYZ 26.43 35.64 26.25 -
YUV 151.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 117 174 129 0.33 0 0.26 0.32 132.63 0.26 0.57
Hex 75 AE 81 21 0 1A 20 85 1A 39
Octal 165 256 201 41 0 32 40 205 32 71
Binary 1110101 10101110 10000001 100001 0 11010 100000 10000101 11010 111001

Color Harmonies of #75AE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AE81

Black with #75AE81

Text Example


Text Example

White with #75AE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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