Html Css Color HEX #76C58C Bay Leaf

📋 copy color: '#76C58C'

red 118 ◦ green 197 ◦ blue 140

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

Shades of Bay Leaf #76C58C

Tints of Bay Leaf #76C58C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.3%

 BLUE value IS 140 (55.08% from 255) = 30.77%

R = 25.93%
G = 43.3%
B = 30.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#76C58C (or 0x76C58C) is known color: Bay Leaf. HEX triplet: 76, C5 and 8C. RGB value is (118,197,140). Sum of RGB (Red+Green+Blue) = 118+197+140=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #76C58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C58C is #893A73. Grayscale: #A7A7A7. Windows color (decimal): -8993396 or 9225590. OLE color: 9225590.

HSL color Cylindrical-coordinate representation of color #76C58C: hue angle of 136.71º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C58C is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 140 -
CMYK 0.40 0 0.29 0.23
HSL 136.71º 0.41% 0.62% -
HSV(B) 136.71º 0.4% 0.77% -
XYZ 32.17 45.68 31.93 -
YUV 166.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 118 197 140 0.40 0 0.29 0.23 136.71 0.41 0.62
Hex 76 C5 8C 28 0 1D 17 89 29 3E
Octal 166 305 214 50 0 35 27 211 51 76
Binary 1110110 11000101 10001100 101000 0 11101 10111 10001001 101001 111110

Color Harmonies of #76C58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C58C

Black with #76C58C

Text Example


Text Example

White with #76C58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,197,140); }

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

background-color css

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

 a { background-color: rgb(118,197,140); }

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

border-color css

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

 span { border-color: rgb(118,197,140); }

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