#7A9C80

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

Shades of Oxley #7A9C80

Tints of Oxley #7A9C80

Color information

#7A9C80 (or 0x7A9C80) is unknown color: approx Oxley. HEX triplet: 7A, 9C and 80. RGB value is (122,156,128). Sum of RGB (Red+Green+Blue) = 122+156+128=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9C80 is #85637F. Grayscale: #8E8E8E. Windows color (decimal): -8741760 or 8428666. OLE color: 8428666.

HSL color Cylindrical-coordinate representation of color #7A9C80: hue angle of 130.59º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9C80 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB122156128-
CMYK0.2200.180.39
HSL130.59º14.66%54.51%-
HSV(B)130.59º21.79%61.18%-
XYZ23.8129.4724.86-
YUV142.64119.74113.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=30.05%
G=38.42%
B=31.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221561280.2200.180.39130.5914.6654.51
Hex7A9C80160122783f37
Octal17223420026022472031767
Binary1111010100111001000000010110010010100111100000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9C80; }

 p { color: rgb(122,156,128); }

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

<style>
 a { background-color: #7A9C80; }

 a { background-color: rgb(122,156,128); }

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

<style>
 span { border-color: #7A9C80; }

 span { border-color: rgb(122,156,128); }

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