Html Css Color HEX #75AE8E Bay Leaf

📋 copy color: '#75AE8E'

red 117 ◦ green 174 ◦ blue 142

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

Shades of Bay Leaf #75AE8E

Tints of Bay Leaf #75AE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 27.02%
G = 40.18%
B = 32.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#75AE8E (or 0x75AE8E) is known color: Bay Leaf. HEX triplet: 75, AE and 8E. RGB value is (117,174,142). Sum of RGB (Red+Green+Blue) = 117+174+142=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AE8E is #8A5171. Grayscale: #999999. Windows color (decimal): -9064818 or 9350773. OLE color: 9350773.

HSL color Cylindrical-coordinate representation of color #75AE8E: hue angle of 146.32º 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 #75AE8E is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 174 142 -
CMYK 0.33 0 0.18 0.32
HSL 146.32º 0.26% 0.57% -
HSV(B) 146.32º 0.33% 0.68% -
XYZ 27.35 36.01 31.1 -
YUV 153.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 117 174 142 0.33 0 0.18 0.32 146.32 0.26 0.57
Hex 75 AE 8E 21 0 12 20 92 1A 39
Octal 165 256 216 41 0 22 40 222 32 71
Binary 1110101 10101110 10001110 100001 0 10010 100000 10010010 11010 111001

Color Harmonies of #75AE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AE8E

Black with #75AE8E

Text Example


Text Example

White with #75AE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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