Html Css Color HEX #76B785 Bay Leaf

📋 copy color: '#76B785'

red 118 ◦ green 183 ◦ blue 133

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

Shades of Bay Leaf #76B785

Tints of Bay Leaf #76B785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

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

R = 27.19%
G = 42.17%
B = 30.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#76B785 (or 0x76B785) is known color: Bay Leaf. HEX triplet: 76, B7 and 85. RGB value is (118,183,133). Sum of RGB (Red+Green+Blue) = 118+183+133=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #76B785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B785 is #89487A. Grayscale: #9E9E9E. Windows color (decimal): -8996987 or 8763254. OLE color: 8763254.

HSL color Cylindrical-coordinate representation of color #76B785: hue angle of 133.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B785 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 183 133 -
CMYK 0.36 0 0.27 0.28
HSL 133.85º 0.31% 0.59% -
HSV(B) 133.85º 0.36% 0.72% -
XYZ 28.64 39.41 28.29 -
YUV 157.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 118 183 133 0.36 0 0.27 0.28 133.85 0.31 0.59
Hex 76 B7 85 24 0 1B 1C 86 1F 3B
Octal 166 267 205 44 0 33 34 206 37 73
Binary 1110110 10110111 10000101 100100 0 11011 11100 10000110 11111 111011

Color Harmonies of #76B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B785

Black with #76B785

Text Example


Text Example

White with #76B785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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