#78B483

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

Shades of Bay Leaf #78B483

Tints of Bay Leaf #78B483

Color information

#78B483 (or 0x78B483) is unknown color: approx Bay Leaf. HEX triplet: 78, B4 and 83. RGB value is (120,180,131). Sum of RGB (Red+Green+Blue) = 120+180+131=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #78B483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B483 is #874B7C. Grayscale: #9C9C9C. Windows color (decimal): -8866685 or 8631416. OLE color: 8631416.

HSL color Cylindrical-coordinate representation of color #78B483: hue angle of 131º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B483 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB120180131-
CMYK0.3300.270.29
HSL131º28.57%58.82%-
HSV(B)131º33.33%70.59%-
XYZ28.1638.2727.38-
YUV156.47113.62101.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=27.84%
G=41.76%
B=30.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801310.3300.270.2913128.5758.82
Hex78B4832101B1D831d3b
Octal17026420341033352033573
Binary11110001011010010000011100001011011111011000001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,131); }

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

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

 a { background-color: rgb(120,180,131); }

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

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

 span { border-color: rgb(120,180,131); }

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