#79997D

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

Shades of Oxley #79997D

Tints of Oxley #79997D

Color information

#79997D (or 0x79997D) is unknown color: approx Oxley. HEX triplet: 79, 99 and 7D. RGB value is (121,153,125). Sum of RGB (Red+Green+Blue) = 121+153+125=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #79997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79997D is #866682. Grayscale: #8C8C8C. Windows color (decimal): -8808067 or 8231289. OLE color: 8231289.

HSL color Cylindrical-coordinate representation of color #79997D: hue angle of 127.5º 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 #79997D is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB121153125-
CMYK0.2100.180.4
HSL127.5º13.56%53.73%-
HSV(B)127.5º20.92%60%-
XYZ22.9828.3323.66-
YUV140.24119.4114.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.33%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=30.33%
G=38.35%
B=31.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531250.2100.180.4127.513.5653.73
Hex79997D150122880e36
Octal17123117525022502001666
Binary111100110011001111110110101010010101000100000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79997D; }

 p { color: rgb(121,153,125); }

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

<style>
 a { background-color: #79997D; }

 a { background-color: rgb(121,153,125); }

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

<style>
 span { border-color: #79997D; }

 span { border-color: rgb(121,153,125); }

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