#799381

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

Shades of Oxley #799381

Tints of Oxley #799381

Color information

#799381 (or 0x799381) is unknown color: approx Oxley. HEX triplet: 79, 93 and 81. RGB value is (121,147,129). Sum of RGB (Red+Green+Blue) = 121+147+129=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #799381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799381 is #866C7E. Grayscale: #898989. Windows color (decimal): -8809599 or 8491897. OLE color: 8491897.

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

Color convert

RGB121147129-
CMYK0.1800.120.42
HSL138.46º10.74%52.55%-
HSV(B)138.46º17.69%57.65%-
XYZ22.2826.5224.71-
YUV137.17123.39116.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=30.48%
G=37.03%
B=32.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471290.1800.120.42138.4610.7452.55
Hex799381120C2A8ab35
Octal17122320122014522121365
Binary111100110010011100000011001001100101010100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799381; }

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

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

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

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

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

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

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

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