#689577

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

Shades of Oxley #689577

Tints of Oxley #689577

Color information

#689577 (or 0x689577) is unknown color: approx Oxley. HEX triplet: 68, 95 and 77. RGB value is (104,149,119). Sum of RGB (Red+Green+Blue) = 104+149+119=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #689577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689577 is #976A88. Grayscale: #848484. Windows color (decimal): -9923209 or 7837032. OLE color: 7837032.

HSL color Cylindrical-coordinate representation of color #689577: hue angle of 140º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689577 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB104149119-
CMYK0.3000.200.42
HSL140º17.79%49.61%-
HSV(B)140º30.2%58.43%-
XYZ19.7925.7721.38-
YUV132.12120.59107.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=27.96%
G=40.05%
B=31.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491190.3000.200.4214017.7949.61
Hex6895771E0142A8c1232
Octal15022516736024522142262
Binary1101000100101011110111111100101001010101000110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689577; }

 p { color: rgb(104,149,119); }

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

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

 a { background-color: rgb(104,149,119); }

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

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

 span { border-color: rgb(104,149,119); }

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