#7A9D7F

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

Shades of Oxley #7A9D7F

Tints of Oxley #7A9D7F

Color information

#7A9D7F (or 0x7A9D7F) is unknown color: approx Oxley. HEX triplet: 7A, 9D and 7F. RGB value is (122,157,127). Sum of RGB (Red+Green+Blue) = 122+157+127=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9D7F is #856280. Grayscale: #8F8F8F. Windows color (decimal): -8741505 or 8363386. OLE color: 8363386.

HSL color Cylindrical-coordinate representation of color #7A9D7F: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9D7F is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB122157127-
CMYK0.2200.190.38
HSL128.57º15.15%54.71%-
HSV(B)128.57º22.29%61.57%-
XYZ23.9129.7824.57-
YUV143.12118.9112.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 157 (61.72% from 255) = 38.67%
BLUE value IS 127 (50% from 255) = 31.28%
R=30.05%
G=38.67%
B=31.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221571270.2200.190.38128.5715.1554.71
Hex7A9D7F160132681f37
Octal17223517726023462011767
Binary111101010011101111111110110010011100110100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,157,127); }

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

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

 a { background-color: rgb(122,157,127); }

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

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

 span { border-color: rgb(122,157,127); }

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