Html Css Color HEX #76C087 Bay Leaf

📋 copy color: '#76C087'

red 118 ◦ green 192 ◦ blue 135

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

Shades of Bay Leaf #76C087

Tints of Bay Leaf #76C087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.34%

R = 26.52%
G = 43.15%
B = 30.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#76C087 (or 0x76C087) is known color: Bay Leaf. HEX triplet: 76, C0 and 87. RGB value is (118,192,135). Sum of RGB (Red+Green+Blue) = 118+192+135=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #76C087 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C087 is #893F78. Grayscale: #A3A3A3. Windows color (decimal): -8994681 or 8896630. OLE color: 8896630.

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

Color convert

RGB 118 192 135 -
CMYK 0.39 0 0.30 0.25
HSL 133.78º 0.37% 0.61% -
HSV(B) 133.78º 0.39% 0.75% -
XYZ 30.69 43.3 29.66 -
YUV 163.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 118 192 135 0.39 0 0.30 0.25 133.78 0.37 0.61
Hex 76 C0 87 27 0 1E 19 86 25 3D
Octal 166 300 207 47 0 36 31 206 45 75
Binary 1110110 11000000 10000111 100111 0 11110 11001 10000110 100101 111101

Color Harmonies of #76C087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C087

Black with #76C087

Text Example


Text Example

White with #76C087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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