#689870

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

Shades of Oxley #689870

Tints of Oxley #689870

Color information

#689870 (or 0x689870) is unknown color: approx Oxley. HEX triplet: 68, 98 and 70. RGB value is (104,152,112). Sum of RGB (Red+Green+Blue) = 104+152+112=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #689870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689870 is #97678F. Grayscale: #858585. Windows color (decimal): -9922448 or 7379048. OLE color: 7379048.

HSL color Cylindrical-coordinate representation of color #689870: hue angle of 130º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689870 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB104152112-
CMYK0.3200.260.40
HSL130º18.9%50.2%-
HSV(B)130º31.58%59.61%-
XYZ19.8626.5719.41-
YUV133.09116.1107.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=28.26%
G=41.30%
B=30.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521120.3200.260.4013018.950.2
Hex6898702001A28821332
Octal15023016040032502022362
Binary11010001001100011100001000000110101010001000001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689870; }

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

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

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

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

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

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

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

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