#699675

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

Shades of Oxley #699675

Tints of Oxley #699675

Color information

#699675 (or 0x699675) is unknown color: approx Oxley. HEX triplet: 69, 96 and 75. RGB value is (105,150,117). Sum of RGB (Red+Green+Blue) = 105+150+117=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #699675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699675 is #96698A. Grayscale: #848484. Windows color (decimal): -9857419 or 7706217. OLE color: 7706217.

HSL color Cylindrical-coordinate representation of color #699675: hue angle of 136º 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 #699675 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB105150117-
CMYK0.3000.220.41
HSL136º17.65%50%-
HSV(B)136º30%58.82%-
XYZ19.9426.120.82-
YUV132.78119.09108.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=28.23%
G=40.32%
B=31.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051501170.3000.220.4113617.6550
Hex6996751E01629881232
Octal15122616536026512102262
Binary1101001100101101110101111100101101010011000100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699675; }

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

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

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

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

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

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

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

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