#699F74

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

Shades of Oxley #699F74

Tints of Oxley #699F74

Color information

#699F74 (or 0x699F74) is unknown color: approx Oxley. HEX triplet: 69, 9F and 74. RGB value is (105,159,116). Sum of RGB (Red+Green+Blue) = 105+159+116=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #699F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F74 is #96608B. Grayscale: #8A8A8A. Windows color (decimal): -9855116 or 7642985. OLE color: 7642985.

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

Color convert

RGB105159116-
CMYK0.3400.270.38
HSL132.22º21.95%51.76%-
HSV(B)132.22º33.96%62.35%-
XYZ21.3829.0621.01-
YUV137.95115.61104.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=27.63%
G=41.84%
B=30.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051591160.3400.270.38132.2221.9551.76
Hex699F742201B26841634
Octal15123716442033462042664
Binary11010011001111111101001000100110111001101000010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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