#699674

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

Shades of Oxley #699674

Tints of Oxley #699674

Color information

#699674 (or 0x699674) is unknown color: approx Oxley. HEX triplet: 69, 96 and 74. RGB value is (105,150,116). Sum of RGB (Red+Green+Blue) = 105+150+116=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #699674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699674 is #96698B. Grayscale: #848484. Windows color (decimal): -9857420 or 7640681. OLE color: 7640681.

HSL color Cylindrical-coordinate representation of color #699674: hue angle of 134.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699674 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB105150116-
CMYK0.3000.230.41
HSL134.67º17.65%50%-
HSV(B)134.67º30%58.82%-
XYZ19.8826.0820.51-
YUV132.67118.59108.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=28.30%
G=40.43%
B=31.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051501160.3000.230.41134.6717.6550
Hex6996741E01729871232
Octal15122616436027512072262
Binary1101001100101101110100111100101111010011000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699674; }

 p { color: rgb(105,150,116); }

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

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

 a { background-color: rgb(105,150,116); }

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

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

 span { border-color: rgb(105,150,116); }

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