Html Css Color HEX #76BF89 Bay Leaf

📋 copy color: '#76BF89'

red 118 ◦ green 191 ◦ blue 137

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

Shades of Bay Leaf #76BF89

Tints of Bay Leaf #76BF89

RGB

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

 GREEN value IS 191 (75% from 255) = 42.83%

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

R = 26.46%
G = 42.83%
B = 30.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#76BF89 (or 0x76BF89) is known color: Bay Leaf. HEX triplet: 76, BF and 89. RGB value is (118,191,137). Sum of RGB (Red+Green+Blue) = 118+191+137=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BF89 is #894076. Grayscale: #A3A3A3. Windows color (decimal): -8994935 or 9027446. OLE color: 9027446.

HSL color Cylindrical-coordinate representation of color #76BF89: hue angle of 135.62º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BF89 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 137 -
CMYK 0.38 0 0.28 0.25
HSL 135.62º 0.36% 0.61% -
HSV(B) 135.62º 0.38% 0.75% -
XYZ 30.62 42.92 30.34 -
YUV 163.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 118 191 137 0.38 0 0.28 0.25 135.62 0.36 0.61
Hex 76 BF 89 26 0 1C 19 88 24 3D
Octal 166 277 211 46 0 34 31 210 44 75
Binary 1110110 10111111 10001001 100110 0 11100 11001 10001000 100100 111101

Color Harmonies of #76BF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF89

Black with #76BF89

Text Example


Text Example

White with #76BF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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