#7AA77C

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

Shades of Oxley #7AA77C

Tints of Oxley #7AA77C

Color information

#7AA77C (or 0x7AA77C) is unknown color: approx Oxley. HEX triplet: 7A, A7 and 7C. RGB value is (122,167,124). Sum of RGB (Red+Green+Blue) = 122+167+124=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA77C is #855883. Grayscale: #949494. Windows color (decimal): -8738948 or 8169338. OLE color: 8169338.

HSL color Cylindrical-coordinate representation of color #7AA77C: hue angle of 122.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA77C is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB122167124-
CMYK0.2700.260.35
HSL122.67º20.36%56.67%-
HSV(B)122.67º26.95%65.49%-
XYZ25.4833.2324.14-
YUV148.64114.09109-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=29.54%
G=40.44%
B=30.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221671240.2700.260.35122.6720.3656.67
Hex7AA77C1B01A237b1439
Octal17224717433032431732471
Binary111101010100111111110011011011010100011111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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