#78AB7F

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

Shades of Bay Leaf #78AB7F

Tints of Bay Leaf #78AB7F

Color information

#78AB7F (or 0x78AB7F) is unknown color: approx Bay Leaf. HEX triplet: 78, AB and 7F. RGB value is (120,171,127). Sum of RGB (Red+Green+Blue) = 120+171+127=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB7F is #875480. Grayscale: #969696. Windows color (decimal): -8868993 or 8366968. OLE color: 8366968.

HSL color Cylindrical-coordinate representation of color #78AB7F: hue angle of 128.24º 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 #78AB7F is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB120171127-
CMYK0.3000.260.33
HSL128.24º23.29%57.06%-
HSV(B)128.24º29.82%67.06%-
XYZ26.1434.6525.39-
YUV150.74114.6106.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 127 (50% from 255) = 30.38%
R=28.71%
G=40.91%
B=30.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201711270.3000.260.33128.2423.2957.06
Hex78AB7F1E01A21801739
Octal17025317736032412002771
Binary1111000101010111111111111100110101000011000000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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