#78A47A

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

Shades of Oxley #78A47A

Tints of Oxley #78A47A

Color information

#78A47A (or 0x78A47A) is unknown color: approx Oxley. HEX triplet: 78, A4 and 7A. RGB value is (120,164,122). Sum of RGB (Red+Green+Blue) = 120+164+122=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #78A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A47A is #875B85. Grayscale: #929292. Windows color (decimal): -8870790 or 8037496. OLE color: 8037496.

HSL color Cylindrical-coordinate representation of color #78A47A: hue angle of 122.73º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A47A is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB120164122-
CMYK0.2700.260.36
HSL122.73º19.47%55.69%-
HSV(B)122.73º26.83%64.31%-
XYZ24.5331.9523.29-
YUV146.06114.42109.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=29.56%
G=40.39%
B=30.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201641220.2700.260.36122.7319.4755.69
Hex78A47A1B01A247b1338
Octal17024417233032441732370
Binary111100010100100111101011011011010100100111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,164,122); }

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

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

 a { background-color: rgb(120,164,122); }

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

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

 span { border-color: rgb(120,164,122); }

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