#7AA97D

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

Shades of Oxley #7AA97D

Tints of Oxley #7AA97D

Color information

#7AA97D (or 0x7AA97D) is unknown color: approx Oxley. HEX triplet: 7A, A9 and 7D. RGB value is (122,169,125). Sum of RGB (Red+Green+Blue) = 122+169+125=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA97D is #855682. Grayscale: #969696. Windows color (decimal): -8738435 or 8235386. OLE color: 8235386.

HSL color Cylindrical-coordinate representation of color #7AA97D: hue angle of 123.83º 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 #7AA97D is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB122169125-
CMYK0.2800.260.34
HSL123.83º21.46%57.06%-
HSV(B)123.83º27.81%66.27%-
XYZ25.9233.9924.6-
YUV149.93113.93108.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=29.33%
G=40.62%
B=30.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221691250.2800.260.34123.8321.4657.06
Hex7AA97D1C01A227c1539
Octal17225117534032421742571
Binary111101010101001111110111100011010100010111110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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