#699F7C

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

Shades of Oxley #699F7C

Tints of Oxley #699F7C

Color information

#699F7C (or 0x699F7C) is unknown color: approx Oxley. HEX triplet: 69, 9F and 7C. RGB value is (105,159,124). Sum of RGB (Red+Green+Blue) = 105+159+124=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #699F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F7C is #966083. Grayscale: #8A8A8A. Windows color (decimal): -9855108 or 8167273. OLE color: 8167273.

HSL color Cylindrical-coordinate representation of color #699F7C: hue angle of 141.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699F7C is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB105159124-
CMYK0.3400.220.38
HSL141.11º21.95%51.76%-
HSV(B)141.11º33.96%62.35%-
XYZ21.8629.2523.56-
YUV138.86119.61103.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=27.06%
G=40.98%
B=31.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051591240.3400.220.38141.1121.9551.76
Hex699F7C22016268d1634
Octal15123717442026462152664
Binary11010011001111111111001000100101101001101000110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F7C; }

 p { color: rgb(105,159,124); }

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

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

 a { background-color: rgb(105,159,124); }

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

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

 span { border-color: rgb(105,159,124); }

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