Html Css Color HEX #76B482 Bay Leaf

📋 copy color: '#76B482'

red 118 ◦ green 180 ◦ blue 130

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

Shades of Bay Leaf #76B482

Tints of Bay Leaf #76B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.06%

 BLUE value IS 130 (51.17% from 255) = 30.37%

R = 27.57%
G = 42.06%
B = 30.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#76B482 (or 0x76B482) is known color: Bay Leaf. HEX triplet: 76, B4 and 82. RGB value is (118,180,130). Sum of RGB (Red+Green+Blue) = 118+180+130=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #76B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B482 is #894B7D. Grayscale: #9B9B9B. Windows color (decimal): -8997758 or 8565878. OLE color: 8565878.

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

Color convert

RGB 118 180 130 -
CMYK 0.34 0 0.28 0.29
HSL 131.61º 0.29% 0.58% -
HSV(B) 131.61º 0.34% 0.71% -
XYZ 27.82 38.11 27.01 -
YUV 155.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 118 180 130 0.34 0 0.28 0.29 131.61 0.29 0.58
Hex 76 B4 82 22 0 1C 1D 84 1D 3A
Octal 166 264 202 42 0 34 35 204 35 72
Binary 1110110 10110100 10000010 100010 0 11100 11101 10000100 11101 111010

Color Harmonies of #76B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B482

Black with #76B482

Text Example


Text Example

White with #76B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,130); }

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

background-color css

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

 a { background-color: rgb(118,180,130); }

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

border-color css

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

 span { border-color: rgb(118,180,130); }

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