Html Css Color HEX #76C089 Bay Leaf

📋 copy color: '#76C089'

red 118 ◦ green 192 ◦ blue 137

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

Shades of Bay Leaf #76C089

Tints of Bay Leaf #76C089

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 26.4%
G = 42.95%
B = 30.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#76C089 (or 0x76C089) is known color: Bay Leaf. HEX triplet: 76, C0 and 89. RGB value is (118,192,137). Sum of RGB (Red+Green+Blue) = 118+192+137=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #76C089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C089 is #893F76. Grayscale: #A3A3A3. Windows color (decimal): -8994679 or 9027702. OLE color: 9027702.

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

Color convert

RGB 118 192 137 -
CMYK 0.39 0 0.29 0.25
HSL 135.41º 0.37% 0.61% -
HSV(B) 135.41º 0.39% 0.75% -
XYZ 30.84 43.36 30.41 -
YUV 163.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 118 192 137 0.39 0 0.29 0.25 135.41 0.37 0.61
Hex 76 C0 89 27 0 1D 19 87 25 3D
Octal 166 300 211 47 0 35 31 207 45 75
Binary 1110110 11000000 10001001 100111 0 11101 11001 10000111 100101 111101

Color Harmonies of #76C089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C089

Black with #76C089

Text Example


Text Example

White with #76C089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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