Html Css Color HEX #76C88C Bay Leaf

📋 copy color: '#76C88C'

red 118 ◦ green 200 ◦ blue 140

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

Shades of Bay Leaf #76C88C

Tints of Bay Leaf #76C88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

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

R = 25.76%
G = 43.67%
B = 30.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#76C88C (or 0x76C88C) is known color: Bay Leaf. HEX triplet: 76, C8 and 8C. RGB value is (118,200,140). Sum of RGB (Red+Green+Blue) = 118+200+140=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #76C88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C88C is #893773. Grayscale: #A8A8A8. Windows color (decimal): -8992628 or 9226358. OLE color: 9226358.

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

Color convert

RGB 118 200 140 -
CMYK 0.41 0 0.3 0.22
HSL 136.1º 0.43% 0.62% -
HSV(B) 136.1º 0.41% 0.78% -
XYZ 32.86 47.05 32.16 -
YUV 168.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 118 200 140 0.41 0 0.3 0.22 136.1 0.43 0.62
Hex 76 C8 8C 29 0 1E 16 88 2B 3E
Octal 166 310 214 51 0 36 26 210 53 76
Binary 1110110 11001000 10001100 101001 0 11110 10110 10001000 101011 111110

Color Harmonies of #76C88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C88C

Black with #76C88C

Text Example


Text Example

White with #76C88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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