Html Css Color HEX #76C68A Bay Leaf

📋 copy color: '#76C68A'

red 118 ◦ green 198 ◦ blue 138

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

Shades of Bay Leaf #76C68A

Tints of Bay Leaf #76C68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 25.99%
G = 43.61%
B = 30.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#76C68A (or 0x76C68A) is known color: Bay Leaf. HEX triplet: 76, C6 and 8A. RGB value is (118,198,138). Sum of RGB (Red+Green+Blue) = 118+198+138=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #76C68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C68A is #893975. Grayscale: #A7A7A7. Windows color (decimal): -8993142 or 9094774. OLE color: 9094774.

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

Color convert

RGB 118 198 138 -
CMYK 0.40 0 0.30 0.22
HSL 135º 0.41% 0.62% -
HSV(B) 135º 0.4% 0.78% -
XYZ 32.25 46.07 31.24 -
YUV 167.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 118 198 138 0.40 0 0.30 0.22 135 0.41 0.62
Hex 76 C6 8A 28 0 1E 16 87 29 3E
Octal 166 306 212 50 0 36 26 207 51 76
Binary 1110110 11000110 10001010 101000 0 11110 10110 10000111 101001 111110

Color Harmonies of #76C68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C68A

Black with #76C68A

Text Example


Text Example

White with #76C68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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