#799182

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

Shades of Oxley #799182

Tints of Oxley #799182

Color information

#799182 (or 0x799182) is unknown color: approx Oxley. HEX triplet: 79, 91 and 82. RGB value is (121,145,130). Sum of RGB (Red+Green+Blue) = 121+145+130=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #799182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799182 is #866E7D. Grayscale: #888888. Windows color (decimal): -8810110 or 8556921. OLE color: 8556921.

HSL color Cylindrical-coordinate representation of color #799182: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799182 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB121145130-
CMYK0.1700.100.43
HSL142.5º9.84%52.16%-
HSV(B)142.5º16.55%56.86%-
XYZ22.0425.9324.96-
YUV136.11124.55117.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=30.56%
G=36.62%
B=32.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211451300.1700.100.43142.59.8452.16
Hex799182110A2B8ea34
Octal17122120221012532161264
Binary111100110010001100000101000101010101011100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799182; }

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

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

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

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

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

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

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

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