#78AC7E

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

Shades of Oxley #78AC7E

Tints of Oxley #78AC7E

Color information

#78AC7E (or 0x78AC7E) is unknown color: approx Oxley. HEX triplet: 78, AC and 7E. RGB value is (120,172,126). Sum of RGB (Red+Green+Blue) = 120+172+126=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC7E is #875381. Grayscale: #979797. Windows color (decimal): -8868738 or 8301688. OLE color: 8301688.

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

Color convert

RGB120172126-
CMYK0.3000.270.33
HSL126.92º23.85%57.25%-
HSV(B)126.92º30.23%67.45%-
XYZ26.263525.11-
YUV151.21113.77105.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=28.71%
G=41.15%
B=30.14%

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
Decimal1201721260.3000.270.33126.9223.8557.25
Hex78AC7E1E01B217f1839
Octal17025417636033411773071
Binary111100010101100111111011110011011100001111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,172,126); }

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

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

 a { background-color: rgb(120,172,126); }

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

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

 span { border-color: rgb(120,172,126); }

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