#78A288

Color #78A288 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #78A288

Tints of Bay Leaf #78A288

Color information

#78A288 (or 0x78A288) is unknown color: approx Bay Leaf. HEX triplet: 78, A2 and 88. RGB value is (120,162,136). Sum of RGB (Red+Green+Blue) = 120+162+136=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #78A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A288 is #875D77. Grayscale: #929292. Windows color (decimal): -8871288 or 8954488. OLE color: 8954488.

HSL color Cylindrical-coordinate representation of color #78A288: hue angle of 142.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A288 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB120162136-
CMYK0.2600.160.36
HSL142.86º18.42%55.29%-
HSV(B)142.86º25.93%63.53%-
XYZ25.1131.6128.07-
YUV146.48122.09109.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=28.71%
G=38.76%
B=32.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201621360.2600.160.36142.8618.4255.29
Hex78A2881A010248f1237
Octal17024221032020442172267
Binary11110001010001010001000110100100001001001000111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A288; }

 p { color: rgb(120,162,136); }

 H1.HeaderClassName
 {
   color: #78A288;
 }
 .AnyTagClassName
 {
   color: #78A288;
 }
</style>
background-color css

<style>
 a { background-color: #78A288; }

 a { background-color: rgb(120,162,136); }

 div.DivClassName
 {
   background-color: #78A288;
 }
 .BgClassName
 {
   background-color: #78A288;
 }
</style>
border-color css

<style>
 span { border-color: #78A288; }

 span { border-color: rgb(120,162,136); }

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