Html Css Color HEX #76B584 Bay Leaf

📋 copy color: '#76B584'

red 118 ◦ green 181 ◦ blue 132

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

Shades of Bay Leaf #76B584

Tints of Bay Leaf #76B584

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42%

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

R = 27.38%
G = 42%
B = 30.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#76B584 (or 0x76B584) is known color: Bay Leaf. HEX triplet: 76, B5 and 84. RGB value is (118,181,132). Sum of RGB (Red+Green+Blue) = 118+181+132=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #76B584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B584 is #894A7B. Grayscale: #9C9C9C. Windows color (decimal): -8997500 or 8697206. OLE color: 8697206.

HSL color Cylindrical-coordinate representation of color #76B584: hue angle of 133.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B584 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 181 132 -
CMYK 0.35 0 0.27 0.29
HSL 133.33º 0.3% 0.59% -
HSV(B) 133.33º 0.35% 0.71% -
XYZ 28.16 38.57 27.79 -
YUV 156.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 118 181 132 0.35 0 0.27 0.29 133.33 0.3 0.59
Hex 76 B5 84 23 0 1B 1D 85 1E 3B
Octal 166 265 204 43 0 33 35 205 36 73
Binary 1110110 10110101 10000100 100011 0 11011 11101 10000101 11110 111011

Color Harmonies of #76B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B584

Black with #76B584

Text Example


Text Example

White with #76B584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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