#79967E

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

Shades of Oxley #79967E

Tints of Oxley #79967E

Color information

#79967E (or 0x79967E) is unknown color: approx Oxley. HEX triplet: 79, 96 and 7E. RGB value is (121,150,126). Sum of RGB (Red+Green+Blue) = 121+150+126=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #79967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79967E is #866981. Grayscale: #8A8A8A. Windows color (decimal): -8808834 or 8296057. OLE color: 8296057.

HSL color Cylindrical-coordinate representation of color #79967E: hue angle of 130.34º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79967E is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB121150126-
CMYK0.1900.160.41
HSL130.34º12.13%53.14%-
HSV(B)130.34º19.33%58.82%-
XYZ22.5627.3823.84-
YUV138.59120.89115.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=30.48%
G=37.78%
B=31.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211501260.1900.160.41130.3412.1353.14
Hex79967E130102982c35
Octal17122617623020512021465
Binary111100110010110111111010011010000101001100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79967E; }

 p { color: rgb(121,150,126); }

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

<style>
 a { background-color: #79967E; }

 a { background-color: rgb(121,150,126); }

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

<style>
 span { border-color: #79967E; }

 span { border-color: rgb(121,150,126); }

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