Html Css Color HEX #76B585 Bay Leaf

📋 copy color: '#76B585'

red 118 ◦ green 181 ◦ blue 133

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

Shades of Bay Leaf #76B585

Tints of Bay Leaf #76B585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 27.31%
G = 41.9%
B = 30.79%

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

#76B585 (or 0x76B585) is known color: Bay Leaf. HEX triplet: 76, B5 and 85. RGB value is (118,181,133). Sum of RGB (Red+Green+Blue) = 118+181+133=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #76B585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B585 is #894A7A. Grayscale: #9C9C9C. Windows color (decimal): -8997499 or 8762742. OLE color: 8762742.

HSL color Cylindrical-coordinate representation of color #76B585: hue angle of 134.29º 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 #76B585 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 181 133 -
CMYK 0.35 0 0.27 0.29
HSL 134.29º 0.3% 0.59% -
HSV(B) 134.29º 0.35% 0.71% -
XYZ 28.23 38.59 28.15 -
YUV 156.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 118 181 133 0.35 0 0.27 0.29 134.29 0.3 0.59
Hex 76 B5 85 23 0 1B 1D 86 1E 3B
Octal 166 265 205 43 0 33 35 206 36 73
Binary 1110110 10110101 10000101 100011 0 11011 11101 10000110 11110 111011

Color Harmonies of #76B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B585

Black with #76B585

Text Example


Text Example

White with #76B585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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