#699E7F

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

Shades of Oxley #699E7F

Tints of Oxley #699E7F

Color information

#699E7F (or 0x699E7F) is unknown color: approx Oxley. HEX triplet: 69, 9E and 7F. RGB value is (105,158,127). Sum of RGB (Red+Green+Blue) = 105+158+127=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #699E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E7F is #966180. Grayscale: #8A8A8A. Windows color (decimal): -9855361 or 8363625. OLE color: 8363625.

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

Color convert

RGB105158127-
CMYK0.3400.200.38
HSL144.91º21.46%51.57%-
HSV(B)144.91º33.54%61.96%-
XYZ21.8828.9924.52-
YUV138.62121.44104.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 127 (50% from 255) = 32.56%
R=26.92%
G=40.51%
B=32.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581270.3400.200.38144.9121.4651.57
Hex699E7F2201426911534
Octal15123617742024462212564
Binary11010011001111011111111000100101001001101001000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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