#7aa97c

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

Shades of Oxley #7AA97C

Tints of Oxley #7AA97C

Color information

#7AA97C (or 0x7AA97C) is unknown color: approx Oxley. HEX triplet: 7A, A9 and 7C. RGB value is (122,169,124). Sum of RGB (Red+Green+Blue) = 122+169+124=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA97C is #855683. Grayscale: #959595. Windows color (decimal): -8738436 or 8169850. OLE color: 8169850.

HSL color Cylindrical-coordinate representation of color #7AA97C: hue angle of 122.55º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA97C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB122169124-
CMYK0.2800.270.34
HSL122.55º21.46%57.06%-
HSV(B)122.55º27.81%66.27%-
XYZ25.8533.9724.26-
YUV149.82113.43108.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.40%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=29.40%
G=40.72%
B=29.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221691240.2800.270.34122.5521.4657.06
Hex7AA97C1C01B227b1539
Octal17225117434033421732571
Binary111101010101001111110011100011011100010111101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aa97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,169,124); }

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

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

 a { background-color: rgb(122,169,124); }

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

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

 span { border-color: rgb(122,169,124); }

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