#699F70

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

Shades of Oxley #699F70

Tints of Oxley #699F70

Color information

#699F70 (or 0x699F70) is unknown color: approx Oxley. HEX triplet: 69, 9F and 70. RGB value is (105,159,112). Sum of RGB (Red+Green+Blue) = 105+159+112=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #699F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F70 is #96608F. Grayscale: #898989. Windows color (decimal): -9855120 or 7380841. OLE color: 7380841.

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

Color convert

RGB105159112-
CMYK0.3400.300.38
HSL127.78º21.95%51.76%-
HSV(B)127.78º33.96%62.35%-
XYZ21.1528.9719.81-
YUV137.5113.61104.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=27.93%
G=42.29%
B=29.79%

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
Decimal1051591120.3400.300.38127.7821.9551.76
Hex699F702201E26801634
Octal15123716042036462002664
Binary11010011001111111100001000100111101001101000000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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