#799281

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

Shades of Oxley #799281

Tints of Oxley #799281

Color information

#799281 (or 0x799281) is unknown color: approx Oxley. HEX triplet: 79, 92 and 81. RGB value is (121,146,129). Sum of RGB (Red+Green+Blue) = 121+146+129=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #799281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799281 is #866D7E. Grayscale: #888888. Windows color (decimal): -8809855 or 8491641. OLE color: 8491641.

HSL color Cylindrical-coordinate representation of color #799281: hue angle of 139.2º 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 #799281 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB121146129-
CMYK0.1700.120.43
HSL139.2º10.29%52.35%-
HSV(B)139.2º17.12%57.25%-
XYZ22.1326.2124.66-
YUV136.59123.72116.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=30.56%
G=36.87%
B=32.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211461290.1700.120.43139.210.2952.35
Hex799281110C2B8ba34
Octal17122220121014532131264
Binary111100110010010100000011000101100101011100010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799281; }

 p { color: rgb(121,146,129); }

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

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

 a { background-color: rgb(121,146,129); }

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

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

 span { border-color: rgb(121,146,129); }

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