#78AB83

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

Shades of Bay Leaf #78AB83

Tints of Bay Leaf #78AB83

Color information

#78AB83 (or 0x78AB83) is unknown color: approx Bay Leaf. HEX triplet: 78, AB and 83. RGB value is (120,171,131). Sum of RGB (Red+Green+Blue) = 120+171+131=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AB83 is #87547C. Grayscale: #979797. Windows color (decimal): -8868989 or 8629112. OLE color: 8629112.

HSL color Cylindrical-coordinate representation of color #78AB83: hue angle of 132.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AB83 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB120171131-
CMYK0.3000.230.33
HSL132.94º23.29%57.06%-
HSV(B)132.94º29.82%67.06%-
XYZ26.4134.7626.79-
YUV151.19116.6105.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.44%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=28.44%
G=40.52%
B=31.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201711310.3000.230.33132.9423.2957.06
Hex78AB831E01721851739
Octal17025320336027412052771
Binary11110001010101110000011111100101111000011000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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