#7AA280

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

Shades of Oxley #7AA280

Tints of Oxley #7AA280

Color information

#7AA280 (or 0x7AA280) is unknown color: approx Oxley. HEX triplet: 7A, A2 and 80. RGB value is (122,162,128). Sum of RGB (Red+Green+Blue) = 122+162+128=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA280 is #855D7F. Grayscale: #929292. Windows color (decimal): -8740224 or 8430202. OLE color: 8430202.

HSL color Cylindrical-coordinate representation of color #7AA280: hue angle of 129º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7AA280 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB122162128-
CMYK0.2500.210.36
HSL129º17.7%55.69%-
HSV(B)129º24.69%63.53%-
XYZ24.8431.5425.2-
YUV146.16117.75110.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=29.61%
G=39.32%
B=31.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221621280.2500.210.3612917.755.69
Hex7AA2801901524811238
Octal17224220031025442012270
Binary11110101010001010000000110010101011001001000000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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