#7AAB7B

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

Shades of Oxley #7AAB7B

Tints of Oxley #7AAB7B

Color information

#7AAB7B (or 0x7AAB7B) is unknown color: approx Oxley. HEX triplet: 7A, AB and 7B. RGB value is (122,171,123). Sum of RGB (Red+Green+Blue) = 122+171+123=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB7B is #855484. Grayscale: #979797. Windows color (decimal): -8737925 or 8104826. OLE color: 8104826.

HSL color Cylindrical-coordinate representation of color #7AAB7B: hue angle of 121.22º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAB7B is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB122171123-
CMYK0.2900.280.33
HSL121.22º22.58%57.45%-
HSV(B)121.22º28.65%67.06%-
XYZ26.1634.6924.06-
YUV150.88112.27107.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=29.33%
G=41.11%
B=29.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711230.2900.280.33121.2222.5857.45
Hex7AAB7B1D01C21791739
Octal17225317335034411712771
Binary111101010101011111101111101011100100001111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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