#799380

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

Shades of Oxley #799380

Tints of Oxley #799380

Color information

#799380 (or 0x799380) is unknown color: approx Oxley. HEX triplet: 79, 93 and 80. RGB value is (121,147,128). Sum of RGB (Red+Green+Blue) = 121+147+128=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #799380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799380 is #866C7F. Grayscale: #898989. Windows color (decimal): -8809600 or 8426361. OLE color: 8426361.

HSL color Cylindrical-coordinate representation of color #799380: hue angle of 136.15º 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 #799380 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB121147128-
CMYK0.1800.130.42
HSL136.15º10.74%52.55%-
HSV(B)136.15º17.69%57.65%-
XYZ22.2226.4924.36-
YUV137.06122.89116.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=30.56%
G=37.12%
B=32.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471280.1800.130.42136.1510.7452.55
Hex799380120D2A88b35
Octal17122320022015522101365
Binary111100110010011100000001001001101101010100010001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799380; }

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

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

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

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

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

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

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

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