#799082

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

Shades of Oxley #799082

Tints of Oxley #799082

Color information

#799082 (or 0x799082) is unknown color: approx Oxley. HEX triplet: 79, 90 and 82. RGB value is (121,144,130). Sum of RGB (Red+Green+Blue) = 121+144+130=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #799082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799082 is #866F7D. Grayscale: #878787. Windows color (decimal): -8810366 or 8556665. OLE color: 8556665.

HSL color Cylindrical-coordinate representation of color #799082: hue angle of 143.48º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #799082 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB121144130-
CMYK0.1600.100.44
HSL143.48º9.39%51.96%-
HSV(B)143.48º15.97%56.47%-
XYZ21.8925.6224.91-
YUV135.53124.88117.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=30.63%
G=36.46%
B=32.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211441300.1600.100.44143.489.3951.96
Hex799082100A2C8f934
Octal17122020220012542171164
Binary111100110010000100000101000001010101100100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799082; }

 p { color: rgb(121,144,130); }

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

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

 a { background-color: rgb(121,144,130); }

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

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

 span { border-color: rgb(121,144,130); }

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