Html Css Color HEX #76C68D Bay Leaf

📋 copy color: '#76C68D'

red 118 ◦ green 198 ◦ blue 141

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

Shades of Bay Leaf #76C68D

Tints of Bay Leaf #76C68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 25.82%
G = 43.33%
B = 30.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#76C68D (or 0x76C68D) is known color: Bay Leaf. HEX triplet: 76, C6 and 8D. RGB value is (118,198,141). Sum of RGB (Red+Green+Blue) = 118+198+141=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #76C68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C68D is #893972. Grayscale: #A7A7A7. Windows color (decimal): -8993139 or 9291382. OLE color: 9291382.

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

Color convert

RGB 118 198 141 -
CMYK 0.40 0 0.29 0.22
HSL 137.25º 0.41% 0.62% -
HSV(B) 137.25º 0.4% 0.78% -
XYZ 32.47 46.16 32.4 -
YUV 167.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 118 198 141 0.40 0 0.29 0.22 137.25 0.41 0.62
Hex 76 C6 8D 28 0 1D 16 89 29 3E
Octal 166 306 215 50 0 35 26 211 51 76
Binary 1110110 11000110 10001101 101000 0 11101 10110 10001001 101001 111110

Color Harmonies of #76C68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C68D

Black with #76C68D

Text Example


Text Example

White with #76C68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,198,141); }

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

background-color css

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

 a { background-color: rgb(118,198,141); }

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

border-color css

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

 span { border-color: rgb(118,198,141); }

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