Html Css Color HEX #76B282 Bay Leaf

📋 copy color: '#76B282'

red 118 ◦ green 178 ◦ blue 130

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

Shades of Bay Leaf #76B282

Tints of Bay Leaf #76B282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.78%

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

R = 27.7%
G = 41.78%
B = 30.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#76B282 (or 0x76B282) is known color: Bay Leaf. HEX triplet: 76, B2 and 82. RGB value is (118,178,130). Sum of RGB (Red+Green+Blue) = 118+178+130=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #76B282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B282 is #894D7D. Grayscale: #9A9A9A. Windows color (decimal): -8998270 or 8565366. OLE color: 8565366.

HSL color Cylindrical-coordinate representation of color #76B282: hue angle of 132º degrees, saturation: 0.28, 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 #76B282 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 178 130 -
CMYK 0.34 0 0.27 0.30
HSL 132º 0.28% 0.58% -
HSV(B) 132º 0.34% 0.7% -
XYZ 27.42 37.3 26.87 -
YUV 154.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 118 178 130 0.34 0 0.27 0.30 132 0.28 0.58
Hex 76 B2 82 22 0 1B 1E 84 1C 3A
Octal 166 262 202 42 0 33 36 204 34 72
Binary 1110110 10110010 10000010 100010 0 11011 11110 10000100 11100 111010

Color Harmonies of #76B282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B282

Black with #76B282

Text Example


Text Example

White with #76B282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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