Html Css Color HEX #76B28F Bay Leaf

📋 copy color: '#76B28F'

red 118 ◦ green 178 ◦ blue 143

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

Shades of Bay Leaf #76B28F

Tints of Bay Leaf #76B28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.57%

R = 26.88%
G = 40.55%
B = 32.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#76B28F (or 0x76B28F) is known color: Bay Leaf. HEX triplet: 76, B2 and 8F. RGB value is (118,178,143). Sum of RGB (Red+Green+Blue) = 118+178+143=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #76B28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B28F is #894D70. Grayscale: #9C9C9C. Windows color (decimal): -8998257 or 9417334. OLE color: 9417334.

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

Color convert

RGB 118 178 143 -
CMYK 0.34 0 0.20 0.30
HSL 145º 0.28% 0.58% -
HSV(B) 145º 0.34% 0.7% -
XYZ 28.35 37.68 31.76 -
YUV 156.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 118 178 143 0.34 0 0.20 0.30 145 0.28 0.58
Hex 76 B2 8F 22 0 14 1E 91 1C 3A
Octal 166 262 217 42 0 24 36 221 34 72
Binary 1110110 10110010 10001111 100010 0 10100 11110 10010001 11100 111010

Color Harmonies of #76B28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B28F

Black with #76B28F

Text Example


Text Example

White with #76B28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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