Html Css Color HEX #76B289 Bay Leaf

📋 copy color: '#76B289'

red 118 ◦ green 178 ◦ blue 137

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

Shades of Bay Leaf #76B289

Tints of Bay Leaf #76B289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.64%

R = 27.25%
G = 41.11%
B = 31.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#76B289 (or 0x76B289) is known color: Bay Leaf. HEX triplet: 76, B2 and 89. RGB value is (118,178,137). Sum of RGB (Red+Green+Blue) = 118+178+137=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #76B289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B289 is #894D76. Grayscale: #9B9B9B. Windows color (decimal): -8998263 or 9024118. OLE color: 9024118.

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

Color convert

RGB 118 178 137 -
CMYK 0.34 0 0.23 0.30
HSL 139º 0.28% 0.58% -
HSV(B) 139º 0.34% 0.7% -
XYZ 27.91 37.5 29.43 -
YUV 155.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 118 178 137 0.34 0 0.23 0.30 139 0.28 0.58
Hex 76 B2 89 22 0 17 1E 8B 1C 3A
Octal 166 262 211 42 0 27 36 213 34 72
Binary 1110110 10110010 10001001 100010 0 10111 11110 10001011 11100 111010

Color Harmonies of #76B289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B289

Black with #76B289

Text Example


Text Example

White with #76B289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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