#699F6F

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

Shades of Oxley #699F6F

Tints of Oxley #699F6F

Color information

#699F6F (or 0x699F6F) is unknown color: approx Oxley. HEX triplet: 69, 9F and 6F. RGB value is (105,159,111). Sum of RGB (Red+Green+Blue) = 105+159+111=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #699F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F6F is #966090. Grayscale: #898989. Windows color (decimal): -9855121 or 7315305. OLE color: 7315305.

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

Color convert

RGB105159111-
CMYK0.3400.300.38
HSL126.67º21.95%51.76%-
HSV(B)126.67º33.96%62.35%-
XYZ21.0928.9519.51-
YUV137.38113.11104.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=28%
G=42.4%
B=29.6%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051591110.3400.300.38126.6721.9551.76
Hex699F6F2201E267f1634
Octal15123715742036461772664
Binary1101001100111111101111100010011110100110111111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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