Html Css Color HEX #76B381 Bay Leaf

📋 copy color: '#76B381'

red 118 ◦ green 179 ◦ blue 129

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

Shades of Bay Leaf #76B381

Tints of Bay Leaf #76B381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 27.7%
G = 42.02%
B = 30.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#76B381 (or 0x76B381) is known color: Bay Leaf. HEX triplet: 76, B3 and 81. RGB value is (118,179,129). Sum of RGB (Red+Green+Blue) = 118+179+129=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #76B381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B381 is #894C7E. Grayscale: #9B9B9B. Windows color (decimal): -8998015 or 8500086. OLE color: 8500086.

HSL color Cylindrical-coordinate representation of color #76B381: hue angle of 130.82º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B381 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 129 -
CMYK 0.34 0 0.28 0.30
HSL 130.82º 0.29% 0.58% -
HSV(B) 130.82º 0.34% 0.7% -
XYZ 27.55 37.68 26.59 -
YUV 155.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 118 179 129 0.34 0 0.28 0.30 130.82 0.29 0.58
Hex 76 B3 81 22 0 1C 1E 83 1D 3A
Octal 166 263 201 42 0 34 36 203 35 72
Binary 1110110 10110011 10000001 100010 0 11100 11110 10000011 11101 111010

Color Harmonies of #76B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B381

Black with #76B381

Text Example


Text Example

White with #76B381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,129); }

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

background-color css

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

 a { background-color: rgb(118,179,129); }

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

border-color css

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

 span { border-color: rgb(118,179,129); }

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