Html Css Color HEX #76BA88 Bay Leaf

📋 copy color: '#76BA88'

red 118 ◦ green 186 ◦ blue 136

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

Shades of Bay Leaf #76BA88

Tints of Bay Leaf #76BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 26.82%
G = 42.27%
B = 30.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#76BA88 (or 0x76BA88) is known color: Bay Leaf. HEX triplet: 76, BA and 88. RGB value is (118,186,136). Sum of RGB (Red+Green+Blue) = 118+186+136=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BA88 is #894577. Grayscale: #A0A0A0. Windows color (decimal): -8996216 or 8960630. OLE color: 8960630.

HSL color Cylindrical-coordinate representation of color #76BA88: hue angle of 135.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA88 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 136 -
CMYK 0.37 0 0.27 0.27
HSL 135.88º 0.33% 0.6% -
HSV(B) 135.88º 0.37% 0.73% -
XYZ 29.47 40.75 29.6 -
YUV 159.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 118 186 136 0.37 0 0.27 0.27 135.88 0.33 0.6
Hex 76 BA 88 25 0 1B 1B 88 21 3C
Octal 166 272 210 45 0 33 33 210 41 74
Binary 1110110 10111010 10001000 100101 0 11011 11011 10001000 100001 111100

Color Harmonies of #76BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA88

Black with #76BA88

Text Example


Text Example

White with #76BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,136); }

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

background-color css

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

 a { background-color: rgb(118,186,136); }

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

border-color css

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

 span { border-color: rgb(118,186,136); }

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