#79937F

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

Shades of Oxley #79937F

Tints of Oxley #79937F

Color information

#79937F (or 0x79937F) is unknown color: approx Oxley. HEX triplet: 79, 93 and 7F. RGB value is (121,147,127). Sum of RGB (Red+Green+Blue) = 121+147+127=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #79937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79937F is #866C80. Grayscale: #898989. Windows color (decimal): -8809601 or 8360825. OLE color: 8360825.

HSL color Cylindrical-coordinate representation of color #79937F: hue angle of 133.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79937F is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB121147127-
CMYK0.1800.140.42
HSL133.85º10.74%52.55%-
HSV(B)133.85º17.69%57.65%-
XYZ22.1526.4624.02-
YUV136.95122.39116.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 127 (50% from 255) = 32.15%
R=30.63%
G=37.22%
B=32.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471270.1800.140.42133.8510.7452.55
Hex79937F120E2A86b35
Octal17122317722016522061365
Binary11110011001001111111111001001110101010100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79937F; }

 p { color: rgb(121,147,127); }

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

<style>
 a { background-color: #79937F; }

 a { background-color: rgb(121,147,127); }

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

<style>
 span { border-color: #79937F; }

 span { border-color: rgb(121,147,127); }

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