#699E7C

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

Shades of Oxley #699E7C

Tints of Oxley #699E7C

Color information

#699E7C (or 0x699E7C) is unknown color: approx Oxley. HEX triplet: 69, 9E and 7C. RGB value is (105,158,124). Sum of RGB (Red+Green+Blue) = 105+158+124=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #699E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E7C is #966183. Grayscale: #8A8A8A. Windows color (decimal): -9855364 or 8167017. OLE color: 8167017.

HSL color Cylindrical-coordinate representation of color #699E7C: hue angle of 141.51º degrees, saturation: 0.21, 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 #699E7C is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB105158124-
CMYK0.3400.220.38
HSL141.51º21.46%51.57%-
HSV(B)141.51º33.54%61.96%-
XYZ21.6928.9123.51-
YUV138.28119.94104.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=27.13%
G=40.83%
B=32.04%

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
Decimal1051581240.3400.220.38141.5121.4651.57
Hex699E7C22016268e1534
Octal15123617442026462162564
Binary11010011001111011111001000100101101001101000111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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