#78AE7C

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

Shades of Oxley #78AE7C

Tints of Oxley #78AE7C

Color information

#78AE7C (or 0x78AE7C) is unknown color: approx Oxley. HEX triplet: 78, AE and 7C. RGB value is (120,174,124). Sum of RGB (Red+Green+Blue) = 120+174+124=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE7C is #875183. Grayscale: #989898. Windows color (decimal): -8868228 or 8171128. OLE color: 8171128.

HSL color Cylindrical-coordinate representation of color #78AE7C: hue angle of 124.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE7C is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB120174124-
CMYK0.3100.290.32
HSL124.44º25%57.65%-
HSV(B)124.44º31.03%68.24%-
XYZ26.5235.7224.57-
YUV152.15112.11105.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=28.71%
G=41.63%
B=29.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741240.3100.290.32124.442557.65
Hex78AE7C1F01D207c193a
Octal17025617437035401743172
Binary111100010101110111110011111011101100000111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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