Html Css Color HEX #76BC85 Bay Leaf

📋 copy color: '#76BC85'

red 118 ◦ green 188 ◦ blue 133

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

Shades of Bay Leaf #76BC85

Tints of Bay Leaf #76BC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.82%

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

R = 26.88%
G = 42.82%
B = 30.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#76BC85 (or 0x76BC85) is known color: Bay Leaf. HEX triplet: 76, BC and 85. RGB value is (118,188,133). Sum of RGB (Red+Green+Blue) = 118+188+133=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BC85 is #89437A. Grayscale: #A0A0A0. Windows color (decimal): -8995707 or 8764534. OLE color: 8764534.

HSL color Cylindrical-coordinate representation of color #76BC85: hue angle of 132.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC85 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 133 -
CMYK 0.37 0 0.29 0.26
HSL 132.86º 0.34% 0.6% -
HSV(B) 132.86º 0.37% 0.74% -
XYZ 29.69 41.51 28.64 -
YUV 160.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 118 188 133 0.37 0 0.29 0.26 132.86 0.34 0.6
Hex 76 BC 85 25 0 1D 1A 85 22 3C
Octal 166 274 205 45 0 35 32 205 42 74
Binary 1110110 10111100 10000101 100101 0 11101 11010 10000101 100010 111100

Color Harmonies of #76BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC85

Black with #76BC85

Text Example


Text Example

White with #76BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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