#7A9A85

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

Shades of Oxley #7A9A85

Tints of Oxley #7A9A85

Color information

#7A9A85 (or 0x7A9A85) is unknown color: approx Oxley. HEX triplet: 7A, 9A and 85. RGB value is (122,154,133). Sum of RGB (Red+Green+Blue) = 122+154+133=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9A85 is #85657A. Grayscale: #8E8E8E. Windows color (decimal): -8742267 or 8755834. OLE color: 8755834.

HSL color Cylindrical-coordinate representation of color #7A9A85: hue angle of 140.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9A85 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB122154133-
CMYK0.2100.140.40
HSL140.62º13.68%54.12%-
HSV(B)140.62º20.78%60.39%-
XYZ23.8228.9426.52-
YUV142.04122.9113.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.83%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=29.83%
G=37.65%
B=32.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221541330.2100.140.40140.6213.6854.12
Hex7A9A85150E288de36
Octal17223220525016502151666
Binary111101010011010100001011010101110101000100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,154,133); }

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

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

 a { background-color: rgb(122,154,133); }

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

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

 span { border-color: rgb(122,154,133); }

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