#689F70

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

Shades of Oxley #689F70

Tints of Oxley #689F70

Color information

#689F70 (or 0x689F70) is unknown color: approx Oxley. HEX triplet: 68, 9F and 70. RGB value is (104,159,112). Sum of RGB (Red+Green+Blue) = 104+159+112=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #689F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F70 is #97608F. Grayscale: #898989. Windows color (decimal): -9920656 or 7380840. OLE color: 7380840.

HSL color Cylindrical-coordinate representation of color #689F70: hue angle of 128.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F70 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB104159112-
CMYK0.3500.300.38
HSL128.73º22.27%51.57%-
HSV(B)128.73º34.59%62.35%-
XYZ21.0328.9119.8-
YUV137.2113.78104.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=27.73%
G=42.4%
B=29.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041591120.3500.300.38128.7322.2751.57
Hex689F702301E26811634
Octal15023716043036462012664
Binary11010001001111111100001000110111101001101000000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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