#7AA77B

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

Shades of Oxley #7AA77B

Tints of Oxley #7AA77B

Color information

#7AA77B (or 0x7AA77B) is unknown color: approx Oxley. HEX triplet: 7A, A7 and 7B. RGB value is (122,167,123). Sum of RGB (Red+Green+Blue) = 122+167+123=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA77B is #855884. Grayscale: #949494. Windows color (decimal): -8738949 or 8103802. OLE color: 8103802.

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

Color convert

RGB122167123-
CMYK0.2700.260.35
HSL121.33º20.36%56.67%-
HSV(B)121.33º26.95%65.49%-
XYZ25.4233.2123.81-
YUV148.53113.59109.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=29.61%
G=40.53%
B=29.85%

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
Decimal1221671230.2700.260.35121.3320.3656.67
Hex7AA77B1B01A23791439
Octal17224717333032431712471
Binary111101010100111111101111011011010100011111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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