#78AB7C

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

Shades of Oxley #78AB7C

Tints of Oxley #78AB7C

Color information

#78AB7C (or 0x78AB7C) is unknown color: approx Oxley. HEX triplet: 78, AB and 7C. RGB value is (120,171,124). Sum of RGB (Red+Green+Blue) = 120+171+124=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB7C is #875483. Grayscale: #969696. Windows color (decimal): -8868996 or 8170360. OLE color: 8170360.

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

Color convert

RGB120171124-
CMYK0.3000.270.33
HSL124.71º23.29%57.06%-
HSV(B)124.71º29.82%67.06%-
XYZ25.9534.5724.37-
YUV150.39113.1106.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.92%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=28.92%
G=41.20%
B=29.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201711240.3000.270.33124.7123.2957.06
Hex78AB7C1E01B217d1739
Octal17025317436033411752771
Binary111100010101011111110011110011011100001111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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