Html Css Color HEX #75AC8C Bay Leaf

📋 copy color: '#75AC8C'

red 117 ◦ green 172 ◦ blue 140

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

Shades of Bay Leaf #75AC8C

Tints of Bay Leaf #75AC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 27.27%
G = 40.09%
B = 32.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#75AC8C (or 0x75AC8C) is known color: Bay Leaf. HEX triplet: 75, AC and 8C. RGB value is (117,172,140). Sum of RGB (Red+Green+Blue) = 117+172+140=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AC8C is #8A5373. Grayscale: #979797. Windows color (decimal): -9065332 or 9219189. OLE color: 9219189.

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

Color convert

RGB 117 172 140 -
CMYK 0.32 0 0.19 0.33
HSL 145.09º 0.25% 0.57% -
HSV(B) 145.09º 0.32% 0.67% -
XYZ 26.82 35.18 30.19 -
YUV 151.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 117 172 140 0.32 0 0.19 0.33 145.09 0.25 0.57
Hex 75 AC 8C 20 0 13 21 91 19 39
Octal 165 254 214 40 0 23 41 221 31 71
Binary 1110101 10101100 10001100 100000 0 10011 100001 10010001 11001 111001

Color Harmonies of #75AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC8C

Black with #75AC8C

Text Example


Text Example

White with #75AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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