#699177

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

Shades of Oxley #699177

Tints of Oxley #699177

Color information

#699177 (or 0x699177) is unknown color: approx Oxley. HEX triplet: 69, 91 and 77. RGB value is (105,145,119). Sum of RGB (Red+Green+Blue) = 105+145+119=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #699177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699177 is #966E88. Grayscale: #828282. Windows color (decimal): -9858697 or 7836009. OLE color: 7836009.

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

Color convert

RGB105145119-
CMYK0.2800.180.43
HSL141º16%49.02%-
HSV(B)141º27.59%56.86%-
XYZ19.2824.5921.18-
YUV130.08121.75110.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=28.46%
G=39.30%
B=32.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451190.2800.180.431411649.02
Hex6991771C0122B8d1031
Octal15122116734022532152061
Binary1101001100100011110111111000100101010111000110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699177; }

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

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

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

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

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

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

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

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