Html Css Color HEX #76A88C Bay Leaf

📋 copy color: '#76A88C'

red 118 ◦ green 168 ◦ blue 140

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

Shades of Bay Leaf #76A88C

Tints of Bay Leaf #76A88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 27.7%
G = 39.44%
B = 32.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#76A88C (or 0x76A88C) is known color: Bay Leaf. HEX triplet: 76, A8 and 8C. RGB value is (118,168,140). Sum of RGB (Red+Green+Blue) = 118+168+140=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #76A88C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A88C is #895773. Grayscale: #959595. Windows color (decimal): -9000820 or 9218166. OLE color: 9218166.

HSL color Cylindrical-coordinate representation of color #76A88C: hue angle of 146.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A88C is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 168 140 -
CMYK 0.30 0 0.17 0.34
HSL 146.4º 0.22% 0.56% -
HSV(B) 146.4º 0.3% 0.66% -
XYZ 26.21 33.75 29.94 -
YUV 149.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 118 168 140 0.30 0 0.17 0.34 146.4 0.22 0.56
Hex 76 A8 8C 1E 0 11 22 92 16 38
Octal 166 250 214 36 0 21 42 222 26 70
Binary 1110110 10101000 10001100 11110 0 10001 100010 10010010 10110 111000

Color Harmonies of #76A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A88C

Black with #76A88C

Text Example


Text Example

White with #76A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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