#78AA7E

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

Shades of Oxley #78AA7E

Tints of Oxley #78AA7E

Color information

#78AA7E (or 0x78AA7E) is unknown color: approx Oxley. HEX triplet: 78, AA and 7E. RGB value is (120,170,126). Sum of RGB (Red+Green+Blue) = 120+170+126=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA7E is #875581. Grayscale: #969696. Windows color (decimal): -8869250 or 8301176. OLE color: 8301176.

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

Color convert

RGB120170126-
CMYK0.2900.260.33
HSL127.2º22.73%56.86%-
HSV(B)127.2º29.41%66.67%-
XYZ25.8934.2524.99-
YUV150.03114.44106.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=28.85%
G=40.87%
B=30.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701260.2900.260.33127.222.7356.86
Hex78AA7E1D01A217f1739
Octal17025217635032411772771
Binary111100010101010111111011101011010100001111111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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