#699179

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

Shades of Oxley #699179

Tints of Oxley #699179

Color information

#699179 (or 0x699179) is unknown color: approx Oxley. HEX triplet: 69, 91 and 79. RGB value is (105,145,121). Sum of RGB (Red+Green+Blue) = 105+145+121=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #699179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699179 is #966E86. Grayscale: #828282. Windows color (decimal): -9858695 or 7967081. OLE color: 7967081.

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

Color convert

RGB105145121-
CMYK0.2800.170.43
HSL144º16%49.02%-
HSV(B)144º27.59%56.86%-
XYZ19.424.6321.82-
YUV130.3122.75109.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=28.30%
G=39.08%
B=32.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451210.2800.170.431441649.02
Hex6991791C0112B901031
Octal15122117134021532202061
Binary1101001100100011111001111000100011010111001000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699179; }

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

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

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

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

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

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

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

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