Html Css Color HEX #76AC84 Bay Leaf

📋 copy color: '#76AC84'

red 118 ◦ green 172 ◦ blue 132

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

Shades of Bay Leaf #76AC84

Tints of Bay Leaf #76AC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 27.96%
G = 40.76%
B = 31.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#76AC84 (or 0x76AC84) is known color: Bay Leaf. HEX triplet: 76, AC and 84. RGB value is (118,172,132). Sum of RGB (Red+Green+Blue) = 118+172+132=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AC84 is #89537B. Grayscale: #979797. Windows color (decimal): -8999804 or 8694902. OLE color: 8694902.

HSL color Cylindrical-coordinate representation of color #76AC84: hue angle of 135.56º 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 #76AC84 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 172 132 -
CMYK 0.31 0 0.23 0.33
HSL 135.56º 0.25% 0.57% -
HSV(B) 135.56º 0.31% 0.67% -
XYZ 26.39 35.02 27.2 -
YUV 151.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 118 172 132 0.31 0 0.23 0.33 135.56 0.25 0.57
Hex 76 AC 84 1F 0 17 21 88 19 39
Octal 166 254 204 37 0 27 41 210 31 71
Binary 1110110 10101100 10000100 11111 0 10111 100001 10001000 11001 111001

Color Harmonies of #76AC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC84

Black with #76AC84

Text Example


Text Example

White with #76AC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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