#7AA97E

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

Shades of Oxley #7AA97E

Tints of Oxley #7AA97E

Color information

#7AA97E (or 0x7AA97E) is unknown color: approx Oxley. HEX triplet: 7A, A9 and 7E. RGB value is (122,169,126). Sum of RGB (Red+Green+Blue) = 122+169+126=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA97E is #855681. Grayscale: #969696. Windows color (decimal): -8738434 or 8300922. OLE color: 8300922.

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

Color convert

RGB122169126-
CMYK0.2800.250.34
HSL125.11º21.46%57.06%-
HSV(B)125.11º27.81%66.27%-
XYZ25.9834.0224.94-
YUV150.04114.43108-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=29.26%
G=40.53%
B=30.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221691260.2800.250.34125.1121.4657.06
Hex7AA97E1C019227d1539
Octal17225117634031421752571
Binary111101010101001111111011100011001100010111110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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