#78AB7A

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

Shades of Oxley #78AB7A

Tints of Oxley #78AB7A

Color information

#78AB7A (or 0x78AB7A) is unknown color: approx Oxley. HEX triplet: 78, AB and 7A. RGB value is (120,171,122). Sum of RGB (Red+Green+Blue) = 120+171+122=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB7A is #875485. Grayscale: #969696. Windows color (decimal): -8868998 or 8039288. OLE color: 8039288.

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

Color convert

RGB120171122-
CMYK0.3000.290.33
HSL122.35º23.29%57.06%-
HSV(B)122.35º29.82%67.06%-
XYZ25.8234.5223.72-
YUV150.17112.1106.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=29.06%
G=41.40%
B=29.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201711220.3000.290.33122.3523.2957.06
Hex78AB7A1E01D217a1739
Octal17025317236035411722771
Binary111100010101011111101011110011101100001111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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