Html Css Color HEX #76AC8B Bay Leaf

📋 copy color: '#76AC8B'

red 118 ◦ green 172 ◦ blue 139

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

Shades of Bay Leaf #76AC8B

Tints of Bay Leaf #76AC8B

RGB

 RED value IS 118 (46.48% from 255) = 27.51%

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 27.51%
G = 40.09%
B = 32.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#76AC8B (or 0x76AC8B) is known color: Bay Leaf. HEX triplet: 76, AC and 8B. RGB value is (118,172,139). Sum of RGB (Red+Green+Blue) = 118+172+139=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AC8B is #895374. Grayscale: #989898. Windows color (decimal): -8999797 or 9153654. OLE color: 9153654.

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

Color convert

RGB 118 172 139 -
CMYK 0.31 0 0.19 0.33
HSL 143.33º 0.25% 0.57% -
HSV(B) 143.33º 0.31% 0.67% -
XYZ 26.88 35.22 29.81 -
YUV 152.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 118 172 139 0.31 0 0.19 0.33 143.33 0.25 0.57
Hex 76 AC 8B 1F 0 13 21 8F 19 39
Octal 166 254 213 37 0 23 41 217 31 71
Binary 1110110 10101100 10001011 11111 0 10011 100001 10001111 11001 111001

Color Harmonies of #76AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC8B

Black with #76AC8B

Text Example


Text Example

White with #76AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AC8B; }

 p { color: rgb(118,172,139); }

 H1.HeaderClassName
 {
   color: #76AC8B;
 }
 .AnyTagClassName
 {
   color: #76AC8B;
 }
</style>

background-color css

<style>
 a { background-color: #76AC8B; }

 a { background-color: rgb(118,172,139); }

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

border-color css

<style>
 span { border-color: #76AC8B; }

 span { border-color: rgb(118,172,139); }

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