#7AA47B

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

Shades of Oxley #7AA47B

Tints of Oxley #7AA47B

Color information

#7AA47B (or 0x7AA47B) is unknown color: approx Oxley. HEX triplet: 7A, A4 and 7B. RGB value is (122,164,123). Sum of RGB (Red+Green+Blue) = 122+164+123=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA47B is #855B84. Grayscale: #929292. Windows color (decimal): -8739717 or 8103034. OLE color: 8103034.

HSL color Cylindrical-coordinate representation of color #7AA47B: hue angle of 121.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA47B is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB122164123-
CMYK0.2600.250.36
HSL121.43º18.75%56.08%-
HSV(B)121.43º25.61%64.31%-
XYZ24.8832.1223.63-
YUV146.77114.59110.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.83%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=29.83%
G=40.10%
B=30.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641230.2600.250.36121.4318.7556.08
Hex7AA47B1A01924791338
Octal17224417332031441712370
Binary111101010100100111101111010011001100100111100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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